Search found 5 matches

by cre
2016-05-13T08:10:21-07:00
Forum: Bugs
Topic: PCX->PNG fails (although PCX->BMP->PNG succeeds!)
Replies: 7
Views: 3849

Re: PCX->PNG fails (although PCX->BMP->PNG succeeds!)

I can confirm that seems to be a simpler workaround than the PCX->BMP->PNG. It results in slightly different image metadata, but I suspect the +depth one is more correct. Where did that +depth come from? I only see -depth in the docs.
by cre
2016-05-13T06:58:29-07:00
Forum: Bugs
Topic: PCX->PNG fails (although PCX->BMP->PNG succeeds!)
Replies: 7
Views: 3849

Re: PCX->PNG fails (although PCX->BMP->PNG succeeds!)

$ cat /etc/fedora-release Fedora release 23 (Twenty Three) $ convert -version Version: ImageMagick 6.9.2-7 Q16 x86_64 2015-12-06 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC Modules ...
by cre
2016-05-13T06:24:22-07:00
Forum: Bugs
Topic: PCX->PNG fails (although PCX->BMP->PNG succeeds!)
Replies: 7
Views: 3849

Re: PCX->PNG fails (although PCX->BMP->PNG succeeds!)

Can't create a file attachment. Please `base64 -d | xz -d > plaid.pcx` the following: /Td6WFoAAATm1rRGAgAhARwAAAAQz1jM4U18RltdAAUBWuGJ1jwgwvLJ59D4AEqMB9mmio0BgtyCBnZDJltyDTinDay/8d/B0wha fgWy6fFR9V/EHby6n7msQESy/C7FghY2sfIve8QNBcSd9mkAiRXaY4YS8FVXn3RtClD8skg12tymKEHeqNLg4cXzPKR43vuHm6BT ...
by cre
2016-05-13T06:19:07-07:00
Forum: Bugs
Topic: PCX->PNG fails (although PCX->BMP->PNG succeeds!)
Replies: 7
Views: 3849

PCX->PNG fails (although PCX->BMP->PNG succeeds!)

Fails, creating a image with no blue color.
$ convert plaid.pcx plaid.png

The "plaid.bmp.png" output seems correct.
$ convert plaid.pcx plaid.bmp && convert plaid.bmp plaid.bmp.png