Search found 42 matches

by mikmach
2016-08-19T04:35:50-07:00
Forum: Users
Topic: im7: -compose Colorize
Replies: 3
Views: 2998

im7: -compose Colorize

Hello,

I am preparing for 6 -> 7 migration but first checking if all options are still available and noticed that Colorize switch for -compose option is no longer in docs.

I used this option to replicate Color layer overlay mode from Photoshop. Was it dropped or name changed?

m.
by mikmach
2016-04-26T04:36:23-07:00
Forum: Developers
Topic: Image Quality in Imagemagick
Replies: 7
Views: 18677

Re: Image Quality in Imagemagick

By default IM jpeg -quality is somewhere between 75 and 85. Try passing 90 or 95 (100 is overkill in most cases). Also to improve look of files with sharp edges don't forget about '-sampling-factor 1x1'.
by mikmach
2016-04-20T08:41:41-07:00
Forum: Developers
Topic: wish: mogrify counter
Replies: 0
Views: 6460

wish: mogrify counter

I have one wish for 7th version of mogrify: counter of processed files. This is no problem for regular tasks, I am doing my own scripts, with loops, nice reporting and so on (although getting some performance penalty by calling convert separately for each file). But quite often I have odd task when ...
by mikmach
2016-02-24T02:28:48-07:00
Forum: Bugs
Topic: metadata lost in operation
Replies: 8
Views: 13506

Re: metadata lost in operation

Thank you for all your responses and now my answers: Tested with newest 6.9.3-5 - still the same. Yes, I want to information to be preserved between clones and while it may be controversial what is preserved when clones are from different sources it should be definitely preserved when all clones (la...
by mikmach
2016-02-23T03:39:29-07:00
Forum: Bugs
Topic: metadata lost in operation
Replies: 8
Views: 13506

Re: metadata lost in operation

IM version data: Version: ImageMagick 6.9.3-0 Q16 x64 2016-01-02 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Visual C++: 180040629 Features: Cipher DPC Modules OpenMP Delegates (built-in): bzlib cairo fre...
by mikmach
2016-02-23T03:38:22-07:00
Forum: Bugs
Topic: metadata lost in operation
Replies: 8
Views: 13506

metadata lost in operation

Hello, In clone operation I've discussed here: http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=29184 I discovered that image has lost metadata tag: Exif's Camera Date/Time (as reported by exiftool). Is it bug or feature? To make things clear: for me it is bug, very serious bug. I...
by mikmach
2016-02-22T03:32:32-07:00
Forum: Users
Topic: combine two commands into one (clone)
Replies: 2
Views: 4311

Re: combine two commands into one (clone)

Thank you very much! I've started to mess with parentheses and didn't go with simplest solution...
by mikmach
2016-02-19T09:03:49-07:00
Forum: Users
Topic: combine two commands into one (clone)
Replies: 2
Views: 4311

combine two commands into one (clone)

Hello, I have two commands which are working perfectly separately (thanks to you all!): convert $i -quiet -profile x:\\icc\\adobeRGB.icc \ \( +clone -gaussian-blur 6x3 \) -compose Colorize -composite j:\\hot\\$i convert j:\\hot\\$i -quiet \( -clone 0 -blur 0x1.5 \) \ \( -clone 0 -clone 1 +swap -comp...
by mikmach
2016-01-13T08:45:30-07:00
Forum: Users
Topic: IM not using enough memory
Replies: 5
Views: 5092

Re: IM not using enough memory

Ugh. I wrote long and detailed response to snibgo , to support it with additional tests and now checked which exactly version I have :) And updated (from 6.9.0-x to 6.9.3.0) And now test pack is processed in 129s (avg between 3 tests) instead of 658s (avg between 10 tests today) I hope it wasn't res...
by mikmach
2016-01-13T07:09:11-07:00
Forum: Users
Topic: IM not using enough memory
Replies: 5
Views: 5092

Re: IM not using enough memory

Hello, Bumping thread after a year. Still have those problems - ImageMagick isn't using enough of my resources. Checked CPU monitor and IM uses regularly only 2 thread and 1 process with only occasional spike which looks like pushing things a bit while Photoshop when performing practically the same ...
by mikmach
2015-02-06T08:54:40-07:00
Forum: Users
Topic: IM not using enough memory
Replies: 5
Views: 5092

Re: IM not using enough memory

OK. I have found where problem is. It is really weird combination. First I was processing original tiff files of the same size (up to 20000x15000 pixels). On operations like conversion to jpg it reached all limits and created 0 size JPG files. It was fixed by adding temp file in policy.xml . But whe...
by mikmach
2015-02-06T08:03:01-07:00
Forum: Users
Topic: IM not using enough memory
Replies: 5
Views: 5092

IM not using enough memory

Hello, This is probably the first :) In my case IM isn't using enough memory. I have 16GB of ram but identify -resource list returns: [/c/obrazki800] % convert -list resource Resource limits: Width: 214.7MP Height: 214.7MP Area: 8.4301GP Memory: 2B [sic!] Map: 7.8512GiB Disk: unlimited File: 1536 Th...