I'm using Windows 7 and ImageMagick version is 6.8-7.6 Q16 x64 2013-11-07.
I thought my query was still relevant to the older thread because although the solution of looping over directories was mentioned, there was no indication of how that should be done.
Search found 8 matches
- 2014-05-13T02:43:21-07:00
- Forum: Users
- Topic: Need help with looping over directories
- Replies: 3
- Views: 4937
- 2014-05-12T11:32:34-07:00
- Forum: Users
- Topic: Need help with looping over directories
- Replies: 3
- Views: 4937
Need help with looping over directories
Could someone provide the code for looping through directories? I'd like to convert my (40 GB total!) uncompressed TIFFs to LWZ-compressed TIFFs but maintaining directory structure/hierarchy.
- 2014-02-25T09:19:15-07:00
- Forum: Users
- Topic: Image composite mode: "grain merge"
- Replies: 1
- Views: 2670
Image composite mode: "grain merge"
The GIMP has a mode for overlaying images on each other called "grain merge". Does ImageMagick have an equivalent to this, perhaps named differently?
- 2014-02-25T09:16:42-07:00
- Forum: Users
- Topic: Noob question about commands: rose: vs rose.png
- Replies: 2
- Views: 2620
Re: Noob question about commands: rose: vs rose.png
Thanks very much Bonzo
- 2014-02-25T08:39:23-07:00
- Forum: Users
- Topic: Noob question about commands: rose: vs rose.png
- Replies: 2
- Views: 2620
Noob question about commands: rose: vs rose.png
I'm trying to understand some commands on this page: http://www.imagemagick.org/Usage/compose/#hardlight It says convert rose: -fill gray50 -colorize 100% \ -raise 4 -normalize -blur 0x4 lighting_effect.png convert rose: lighting_effect.png \ -compose hardlight -composite compose_hardlight.png and I ...
- 2014-02-25T08:05:31-07:00
- Forum: Users
- Topic: Arranging images for printing - coming out higgledy-piggledy
- Replies: 1
- Views: 2226
Arranging images for printing - coming out higgledy-piggledy
A friend of mine wrote the following batch file to automatically arrange my pictures for printing which is otherwise a tiresome chore. The process takes the images (of which there are five categories (I select among them when running the batch file) and arranges eight to each page, putting the name ...
- 2013-11-20T09:59:35-07:00
- Forum: Users
- Topic: Possible bug when converting PNG to JPG
- Replies: 5
- Views: 6182
Re: Possible bug when converting PNG to JPG
C:\redacted>convert *.png *.jpg convert.exe: unable to open image `*-0.jpg': Invalid argument @ error/blob.c/OpenBlob/2643. C:\redacted>convert 11-2013_1808_1.png 11-2013_1808_1.jpg C:\redacted>convert *.png *.jpg C:\redacted> The target "*.jpg" is incorrect. First attempt: *.jpg does not exist so ...
- 2013-11-19T05:32:55-07:00
- Forum: Users
- Topic: Possible bug when converting PNG to JPG
- Replies: 5
- Views: 6182
Possible bug when converting PNG to JPG
Below are the commands and output from my attempt to convert some PNGs to JPG. I just had six images named 11-2013_1808_1, 11-2013_1808_2 etc. The first attempt fails with an error. In the second attempt, I specify the complete filename of the first file and the JPG is created as expected. In the ...