Search found 4 matches

by scorpion
2015-05-22T15:54:05-07:00
Forum: Users
Topic: BMP file type version doesn't seem to match with the documentation
Replies: 4
Views: 1436

Re: BMP file type version doesn't seem to match with the documentation

Ok, I've gotten the svn repro and found out that the default render intent (as seen at bmp.c #546) is always set to PerceptualIntent, but the decision to set it is made later in the code (bmp.c ~#780). My suggestion is to set the default intent after obtaining the image reference through the ...
by scorpion
2015-05-22T08:47:42-07:00
Forum: Users
Topic: BMP file type version doesn't seem to match with the documentation
Replies: 4
Views: 1436

Re: BMP file type version doesn't seem to match with the documentation

Some more information on what I'm doing: I'm slicing an image through "convert input.bmp -colors 16 +gravity -crop 16x16 output.bmp", which gives me a bunch of bmp files. The input file is a V4 (108b) file, the output a V5 (124b). A quick glance at the source-code (bmp.c) shows me that if there is a ...
by scorpion
2015-05-22T07:43:29-07:00
Forum: Users
Topic: BMP file type version doesn't seem to match with the documentation
Replies: 4
Views: 1436

Re: BMP file type version doesn't seem to match with the documentation

Version: ImageMagick 6.9.1-2 Q16 x64 2015-04-14
Platform: Windows 8
by scorpion
2015-05-22T07:34:05-07:00
Forum: Users
Topic: BMP file type version doesn't seem to match with the documentation
Replies: 4
Views: 1436

BMP file type version doesn't seem to match with the documentation

Hello, Been trying to save some image data using the Version 4 of the BMP format. The documentation mentions that this is the default format it will save BMP files in. (see http://www.fileformat.info/format/bmp/egff.htm ) + that the header size is always 108 bytes. Looking at the file however, it ...