Changeset 6833
- Timestamp:
- 02/12/12 09:37:53 (16 months ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/coders/gif.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/gif.c
r6777 r6833 1539 1539 page.x=image->page.x; 1540 1540 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 }1552 1541 (void) WriteBlobLSBShort(image,(unsigned short) page.width); 1553 1542 (void) WriteBlobLSBShort(image,(unsigned short) page.height);
Note: See TracChangeset
for help on using the changeset viewer.
