Search found 10 matches

by arand
2012-10-01T12:29:46-07:00
Forum: Bugs
Topic: incorrect conversion from XPM
Replies: 9
Views: 10841

Re: incorrect conversion from XPM

Ah

Code: Select all

convert gfx1.xpm -set colorspace Gray -depth 8 gfx1.bin
seems to be what I was looking for, thanks :)
(I tested PNM files, and they're nice, but getting them into nice dimensions wasn't as pretty as I liked, and it inevitably involves changing the file format.)
by arand
2012-09-26T17:20:12-07:00
Forum: Bugs
Topic: incorrect conversion from XPM
Replies: 9
Views: 10841

Re: incorrect conversion from XPM

Ah, using RGB:out seems to make the bits end up with the correct value. (if I use sRGB: it gives blank output on my version (6.7.7.10)) But, how would I extract one channel and compact that to pixel-per-byte, can I do it in ImageMagick? I've been trying things back and forth, I'm guessing I'm lookin...
by arand
2012-09-26T13:59:25-07:00
Forum: Bugs
Topic: incorrect conversion from XPM
Replies: 9
Views: 10841

Re: incorrect conversion from XPM

It seems like this issue crops up not only when converting from XPM, I created two PNG files, the first one "bad" is a convert XPM->PNG in GIMP, the "good" one is ImageMagick-extracted from the old "-depth 8 gray" binary file (which was previously generated from the XPM...
by arand
2012-09-26T13:15:32-07:00
Forum: Bugs
Topic: incorrect conversion from XPM
Replies: 9
Views: 10841

Re: incorrect conversion from XPM

I tried adding -colorspace sRGB/RGB/Gray without any difference (before input, before output, before both...)
by arand
2012-09-26T05:44:10-07:00
Forum: Bugs
Topic: incorrect conversion from XPM
Replies: 9
Views: 10841

Re: incorrect conversion from XPM

I'm not sure that this is the issue, ot seems more like a general loss of brightness, or truncation of all colours into some lower depth in the process of reading of the XPM file, throughout the whole image. For example convert gfx1.xpm -depth 8 gray:- >> result.bin results in these raw values: (......
by arand
2012-09-25T21:49:58-07:00
Forum: Bugs
Topic: incorrect conversion from XPM
Replies: 9
Views: 10841

incorrect conversion from XPM

Hi, In version 6.7.7.10 (and 6.7.9.3) of imagemagick I've discovered what I assume is a regression: When converting these xpm files to another format (e.g. png, or -depth 8 gray in my case) they change noticably, something which did not happen in version 6.6.9.7 http://ubuntuone.com/2a4A9na9dPd5coRI...
by arand
2011-04-18T08:51:22-07:00
Forum: Bugs
Topic: Uses wrong geometry for one of multiple layers in .ico
Replies: 2
Views: 6113

Re: Uses wrong geometry for one of multiple layers in .ico

Yep, works on 6.6.9-5 for me too.
Fails on 6.6.0-4 which is the current on Debian (sid included).
So that's entirely a packaging matter.
Sorry for noise

- arand
by arand
2011-04-17T10:44:23-07:00
Forum: Bugs
Topic: Uses wrong geometry for one of multiple layers in .ico
Replies: 2
Views: 6113

Uses wrong geometry for one of multiple layers in .ico

Source image (original has questionable copyright regarding stand-alone distribution, hence modified beyond recognition): http://ubuntuone.com/p/nCG/ When trying to extract the largest 128x128 layer using: convert image.ico[3] image.png It produces convert: No IDATs written into file `image.png' @ e...
by arand
2011-03-24T19:35:39-07:00
Forum: Users
Topic: remove colour profile without distortion
Replies: 3
Views: 9016

Re: remove colour profile without distortion

Hmm, that still does not produce a pixel-perfect result like gimp's. But it seems that my problem lies in fact that a simple convert danger_nm.jpg danger_nm_im.jpg Does not produce a clone, but a slightly altered version. Even if -quality 100 is used there are a few pixels not matching the original,...
by arand
2011-03-24T15:02:12-07:00
Forum: Users
Topic: remove colour profile without distortion
Replies: 3
Views: 9016

remove colour profile without distortion

I am trying to replace/remove colour profiles in a set of images that have a HP copyright embedded in them (default photoshop stuff I guess). I have tested to do this with GIMP, at it seems to manage to apply just a general colour profile without changing the image (pixel perfect). However when I ru...