Page 1 of 1

Posted: 2006-09-12T23:58:03-07:00
by anthony
Windows and linux use different librarys. thus different sizes. Windows probably does not support all the compression modes of PNG so probably did not compress the image as well as the linux version.

Also you should read the image in first. If you don't read the image in first, commands are saved until one is read in. At that point the saved operations will be applied but without gurantee on their order. this is a special 'legacy' type mode.

See IM examples Basics