Search found 37 matches

by Lars-Daniel
2019-02-02T01:47:26-07:00
Forum: Bugs
Topic: White pixel noise on JPG [6.7.7-10]
Replies: 5
Views: 9233

Re: White pixel noise on JPG [6.7.7-10]

snibgo wrote: 2019-01-31T03:34:29-07:00Always use a lossless format such as tiff or miff or png.
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 :-)
by Lars-Daniel
2019-02-02T01:42:48-07:00
Forum: Bugs
Topic: IM7: subimage specification returns no images
Replies: 4
Views: 9072

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.7...
by Lars-Daniel
2019-02-01T23:26:08-07:00
Forum: Bugs
Topic: IM7: subimage specification returns no images
Replies: 4
Views: 9072

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/Rea...
by Lars-Daniel
2017-06-24T15:38:52-07:00
Forum: Users
Topic: trim & make transparent (region)
Replies: 5
Views: 6664

Re: trim & make transparent (region)

Sorry, this gives me:
convert: NonconformingDrawingPrimitiveDefinition `matte' @ error/draw.c/DrawImage/3269.
by Lars-Daniel
2017-06-24T15:37:21-07:00
Forum: Bugs
Topic: -region not working
Replies: 7
Views: 9189

Re: -region not working

Let's name it: "Read the fine manual". I'm sorry and I won't use it in future.
by Lars-Daniel
2017-06-24T15:25:02-07:00
Forum: Bugs
Topic: -region not working
Replies: 7
Views: 9189

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"...
by Lars-Daniel
2017-06-24T15:22:23-07:00
Forum: Users
Topic: trim & make transparent (region)
Replies: 5
Views: 6664

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 -fla...
by Lars-Daniel
2017-06-24T15:14:39-07:00
Forum: Bugs
Topic: -region not working
Replies: 7
Views: 9189

Re: -region not working

fmw42 wrote: 2017-06-24T15:01:54-07:00 I do not understand why you are doing a -resize 75% inside the region command. Can you explain? What are you trying to resize -- just the region or the whole image?
Because I've RTFM and it's an example in there :) http://www.imagemagick.org/Usage/maskin ... _internals
by Lars-Daniel
2017-06-24T14:39:33-07:00
Forum: Users
Topic: trim & make transparent (region)
Replies: 5
Views: 6664

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 ...
by Lars-Daniel
2017-06-24T14:33:28-07:00
Forum: Bugs
Topic: -region not working
Replies: 7
Views: 9189

-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: "V...
by Lars-Daniel
2016-11-01T08:29:29-07:00
Forum: Users
Topic: ppi get rounded
Replies: 10
Views: 11616

Re: ppi get rounded

This bug still has NOT been fixed.
by Lars-Daniel
2016-10-14T04:57:38-07:00
Forum: Bugs
Topic: CMYK to sRGB: issue with profiles
Replies: 12
Views: 11488

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
by Lars-Daniel
2016-10-14T04:56:09-07:00
Forum: Bugs
Topic: JPEG: issue with sampling-factor
Replies: 10
Views: 15091

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...
by Lars-Daniel
2016-10-09T14:13:14-07:00
Forum: Bugs
Topic: JPEG: issue with sampling-factor
Replies: 10
Views: 15091

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...
by Lars-Daniel
2016-10-06T17:08:28-07:00
Forum: Bugs
Topic: CMYK to sRGB: issue with profiles
Replies: 12
Views: 11488

Re: CMYK to sRGB: issue with profiles

Hmm... Could anyone tell me the next steps to do?