Search found 2 matches
- 2012-03-29T07:05:37-07:00
- Forum: Bugs
- Topic: identify -ping sample.bmp[0] reports incorrect resolution
- Replies: 1
- Views: 3666
identify -ping sample.bmp[0] reports incorrect resolution
This is caused by the following code fragment, which terminates further processing. coders/bmp.c (~line 897) : if ((image_info->ping != MagickFalse) && (image_info->number_scenes != 0)) if (image->scene >= (image_info->scene+image_info->number_scenes-1)) break; /* Read image data. */ Copying ...
- 2012-03-13T10:17:37-07:00
- Forum: Bugs
- Topic: ReadTIFFImage bug
- Replies: 1
- Views: 3472
ReadTIFFImage bug
While compiling IM on Visual Studio 2010 I noticed a some suspicious C4333 warnings meaning "A right shift operation was too large an amount. All significant bits are shifted out and the result will always be zero." The code below in the tiff.c file (ReadStripMethod, line 1466+) looks logically ...