Search found 4 matches
- 2016-03-29T19:43:42-07:00
- Forum: PerlMagick
- Topic: ActiveState or StrawBerry Perl with ImageMagick for Windows?
- Replies: 1
- Views: 15112
ActiveState or StrawBerry Perl with ImageMagick for Windows?
I'm updating IM's text before.rtf which is displayed by the Windows ImageMagick installer. It seems to have outdated info on PerlMagick under Windows; can someone please assist? Here's what it currently states: The installation package includes the ImageMagick Perl extension ( PerlMagick) as an ...
- 2016-03-29T11:07:35-07:00
- Forum: Developers
- Topic: Consolidate executables for simplicity, size and nonconflict w/ convert.exe
- Replies: 4
- Views: 6450
Consolidate executables for simplicity, size and nonconflict w/ convert.exe
For next major ImageMagick version, please consider folding the 8 major command line binaries into one like this: im compare ... im composite ... im conjure ... im convert ... im identify ... im mogrify ... im montage ... im stream ... This would make so much sense: Why should convert/mogrify be ...
- 2016-03-28T20:09:31-07:00
- Forum: Bugs
- Topic: Shouldn't -strip preclude PNG bKGD chunk?
- Replies: 2
- Views: 3734
Re: Shouldn't -strip preclude PNG bKGD chunk?
Ok, I went ahead and raised Issue #156 on GitHub re this.
- 2016-03-28T01:49:06-07:00
- Forum: Bugs
- Topic: Shouldn't -strip preclude PNG bKGD chunk?
- Replies: 2
- Views: 3734
Shouldn't -strip preclude PNG bKGD chunk?
I'd expect convert -strip to cut all ancillary PNG chunks including bKGD. I understand I can accomplish this with e.g. define png:exclude-chunk=bkgd but why not with -strip? Note that for paletted images IM's default behavior of adding a white background chunk will mess with the palette and add an ...