Search found 1 match

by tehtarik
2013-01-13T20:09:08-07:00
Forum: Users
Topic: Save an image in a BMP uncompressed format.
Replies: 7
Views: 27271

Re: Save an image in a BMP uncompressed format.

Hi folks,

I know this is an old thread, but I am facing similar problems that lead me here. :)

I have an uncompressed .bmp file (containing a rectangular image) that I have crop using:
convert <file> -crop <dimension-x + y> <new-filename>

.BMP File is still uncompressed at this stage.

After the ...