Please don't recommend PNG as an intermediate format, it cannot handle CMYK. Even when that's not important here, other users might get into trouble
Search found 37 matches
- 2019-02-02T01:47:26-07:00
- Forum: Bugs
- Topic: White pixel noise on JPG [6.7.7-10]
- Replies: 5
- Views: 11757
- 2019-02-02T01:42:48-07:00
- Forum: Bugs
- Topic: IM7: subimage specification returns no images
- Replies: 4
- Views: 10733
Re: IM7: subimage specification returns no images
Thanks for your reply. Are you sure you have 64 images? No, more than 64. That's why I'm not using an asterisk for globbing. If so, the indices should be [0-63] if you want all of them. No, it starts at "..._0001.png" What is your OS? Microsoft Windows 7 Professional, 64-bit (Version 6.1.7601) This ...
- 2019-02-01T23:26:08-07:00
- Forum: Bugs
- Topic: IM7: subimage specification returns no images
- Replies: 4
- Views: 10733
IM7: subimage specification returns no images
Hi there, this has worked for years in IM6, I've changed montage to magick montage for IM7: magick montage "02_%04d.png[1-63]" -tile 9x7 -geometry 256x256+0+0 test.png But now I'm getting tons of these: magick: subimage specification returns no images `02_0030.png' @ error/constitute.c/ReadImage/637 ...
- 2017-06-24T15:38:52-07:00
- Forum: Users
- Topic: trim & make transparent (region)
- Replies: 5
- Views: 7466
Re: trim & make transparent (region)
Sorry, this gives me:
convert: NonconformingDrawingPrimitiveDefinition `matte' @ error/draw.c/DrawImage/3269.
- 2017-06-24T15:37:21-07:00
- Forum: Bugs
- Topic: -region not working
- Replies: 7
- Views: 10159
Re: -region not working
Let's name it: "Read the fine manual". I'm sorry and I won't use it in future.
- 2017-06-24T15:25:02-07:00
- Forum: Bugs
- Topic: -region not working
- Replies: 7
- Views: 10159
Re: -region not working
Sorry, didn't want to sound vulgar. "RTFM" is a fixed term and never meant vulgar. It's even part of modern dictionaries: http://www.dictionary.com/browse/rtfm Actually, I just wanted to make a joke, since everyone says: RTFM ... "RTM" sounds like "ready to manufacture", which also is a fixed term.
- 2017-06-24T15:22:23-07:00
- Forum: Users
- Topic: trim & make transparent (region)
- Replies: 5
- Views: 7466
Re: trim & make transparent (region)
Your syntax is not truly proper though IM 6 is forgiving. You should read your input first, then settings, then operators, then the output: Sorry, didn't know the syntax changed. Thanks for the hint, I'll read into that.[/quote] convert input.png -fuzz 50% -trim +repage -background transparent ...
- 2017-06-24T15:14:39-07:00
- Forum: Bugs
- Topic: -region not working
- Replies: 7
- Views: 10159
Re: -region not working
Because I've RTFM and it's an example in there http://www.imagemagick.org/Usage/maskin ... _internals
- 2017-06-24T14:39:33-07:00
- Forum: Users
- Topic: trim & make transparent (region)
- Replies: 5
- Views: 7466
trim & make transparent (region)
Hi there, I want to trim an image by a fuzzy border color (white to gray) and make the old border transparent. Works fine with this: convert -fuzz 50% -trim input.png -background transparent -flatten output.png Now I'd like to take 10% from "-gravity north" and also want to turn the white color to ...
- 2017-06-24T14:33:28-07:00
- Forum: Bugs
- Topic: -region not working
- Replies: 7
- Views: 10159
-region not working
wget "http://www.imagemagick.org/Usage/warping/koala.gif" convert koala.gif -region 30x30+10+10 -resize 75% -fill red -colorize 30% koala_region_shrink.gif expected result: http://www.imagemagick.org/Usage/masking/koala_region_shrink.gif result: a complete colorized image version: "Version ...
- 2016-11-01T08:29:29-07:00
- Forum: Users
- Topic: ppi get rounded
- Replies: 10
- Views: 12793
Re: ppi get rounded
This bug still has NOT been fixed.
- 2016-10-14T04:57:38-07:00
- Forum: Bugs
- Topic: CMYK to sRGB: issue with profiles
- Replies: 12
- Views: 13427
Re: CMYK to sRGB: issue with profiles
Maybe I also should try the tools from ArgyllCMS. They might have better profile handling?
This seems interesting: http://www.argyllcms.com/icclibsrc.html
This seems interesting: http://www.argyllcms.com/icclibsrc.html
- 2016-10-14T04:56:09-07:00
- Forum: Bugs
- Topic: JPEG: issue with sampling-factor
- Replies: 10
- Views: 16561
Re: JPEG: issue with sampling-factor
You are getting 2x2 because that is the default value for YCbCrSubSampling. The next version of ImageMagick will only show the jpeg:sampling-factor when it was stored in your file. This means that you will no longer see it with the command from your initial post in the next version. Thanks for your ...
- 2016-10-09T14:13:14-07:00
- Forum: Bugs
- Topic: JPEG: issue with sampling-factor
- Replies: 10
- Views: 16561
Re: JPEG: issue with sampling-factor
The issue is that the sampling factor will only be stored when the colorspace is YCbCr. The sampling factor is stored in the following tiff tag: http://www.awaresystems.be/imaging/tiff/tifftags/ycbcrsubsampling.html. I also found the following in the code of libtiff: But doesn't this default to 1x1 ...
- 2016-10-06T17:08:28-07:00
- Forum: Bugs
- Topic: CMYK to sRGB: issue with profiles
- Replies: 12
- Views: 13427
Re: CMYK to sRGB: issue with profiles
Hmm... Could anyone tell me the next steps to do?