Changeset 6833


Ignore:
Timestamp:
02/12/12 09:37:53 (16 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/gif.c

    r6777 r6833  
    15391539  page.x=image->page.x; 
    15401540  page.y=image->page.y; 
    1541   if (write_info->adjoin != MagickFalse) 
    1542     for (next_image=image; next_image != (Image *) NULL; ) 
    1543     { 
    1544       page.x=next_image->page.x; 
    1545       page.y=next_image->page.y; 
    1546       if ((next_image->page.width+page.x) > page.width) 
    1547         page.width=next_image->page.width+page.x; 
    1548       if ((next_image->page.height+page.y) > page.height) 
    1549         page.height=next_image->page.height+page.y; 
    1550       next_image=GetNextImageInList(next_image); 
    1551     } 
    15521541  (void) WriteBlobLSBShort(image,(unsigned short) page.width); 
    15531542  (void) WriteBlobLSBShort(image,(unsigned short) page.height); 
Note: See TracChangeset for help on using the changeset viewer.