http://jwm-art.net/mdz/output_images/ceiling_flower_mount.png

less ceiling_flower_mount.mdz

<p><strong>NOTICE: unfortunately I've just discovered that the --render
command line option

http://jwm-art.net/mdz/output_images/ceiling_flower_mount.png

to render to a file is utterly broken. Luckily I'd only waited an hour
for the image to render
and had been to the shops! SO DON'T USE THE --RENDER COMMAND LINE OPTION
AS YOU WILL WASTE
YOUR TIME. Hopefully this will be fixed in the next release.</strong></p>

http://jwm-art.net/mdz/output_images/ceiling_flower_mount.png

Squeeling Season Flower Squattings Mt Mt Mt /dev/hitchIDEeye Mt

MOUNT

SQUEELING

SEASON

FLOUR PELT

MOUNT

POSIX Threads

<a href="mdz-0.0.2-fixes.patch">mdz-0.0.2-fixes.patch</a>   04-Jan-2010
09:52  3.9K

http://jwm-art.net/mdz/output_images/ceiling_flower_mount.png

<img src="/icons/unknown.gif" alt="[   ]"> <a
href="mdz-0.0.2.tar.bz2">mdz-0.0.2.tar.bz2</a>       03-Jan-2010 01:17
  31K
<img src="/icons/unknown.gif" alt="[   ]"> <a
href="mdz-0.0.3.tar.bz2">mdz-0.0.3.tar.bz2</a>       05-Jan-2010 14:30
  37K
<img src="/icons/unknown.gif" alt="[   ]"> <a
href="mdz-0.0.4.tar.bz2">mdz-0.0.4.tar.bz2</a>       17-Jan-2010 22:43
  42K

http://jwm-art.net/mdz/output_images/ceiling_flower_mount.png

<img src="/icons/unknown.gif" alt="[   ]"> <a
href="mdz-0.0.5.tar.bz2">mdz-0.0.5.tar.bz2</a>       21-Jan-2010 10:47
  45K
<img src="/icons/image2.gif" alt="[IMG]"> <a
href="mdz_scrshot.png">mdz_scrshot.png</a>

Squeazing Slatings

typedef struct JOBQ
{
    job_type    type;

http://jwm-art.net/mdz/output_images/ceiling_flower_mount.png

    image_info* img;

    /* output image coords */
    int x0; /* left     */
    int y0; /* top      */
    int x1; /* right    */
    int y1; /* bottom   */

    int height;
    int width;

http://jwm-art.net/mdz/output_images/ceiling_flower_mount.png

    /* raw data coords */
    int raw_x0;
    int raw_y0;
    int raw_x1;
    int raw_y1;

    int raw_height;
    int raw_width;

    char*   drawn;          /* array indicating lines drawn */
    int     first_undrawn;  /* first line not drawn */

    int     draw_count;     /* number of lines to attempt to draw */

    int     stop_test_px;   /* how many pixels between testing if
                               job should stop */

http://jwm-art.net/mdz/output_images/ceiling_flower_mount.png

    struct JOBQ* prev;      /* linked list malarky */
    struct JOBQ* next;

    jobq_pri* data;         /* private */

    int done_drawing;       /* this job has been drawn */

    #ifdef DEBUG
    int id;
    #endif

}jobq;

http://jwm-art.net/mdz/output_images/ceiling_flower_mount.png
_______________________________________________
NetBehaviour mailing list
[email protected]
http://www.netbehaviour.org/mailman/listinfo/netbehaviour

Reply via email to