Search found 718 matches

by GeeMack
2016-04-05T11:59:29-07:00
Forum: Users
Topic: Mogrify - resize to 72px w images that are wider than 72px
Replies: 11
Views: 9005

Re: Mogrify - resize to 72px w images that are wider than 72px

... it works, skipping the images that are 60x60, but it overwrites all the original photos in "test_photos" and places nothing into "test_photos_thumbnails" [...] Am I not able to place the new images into a new directory? It looks like the kind of problem you might have if the...
by GeeMack
2016-04-05T05:03:33-07:00
Forum: Users
Topic: Mogrify - resize to 72px w images that are wider than 72px
Replies: 11
Views: 9005

Re: Mogrify - resize to 72px w images that are wider than 72px

I'm trying to resize a few thousand images to be 72px wide to be used as thumbnails in slider galleries. These images are kept in a folder that also has thousands of images that are smaller than 72x wide that need to be kept their original size..... Unless I've misunderstood what you're trying to d...
by GeeMack
2016-03-31T12:04:47-07:00
Forum: Users
Topic: Convert multiple files for the same code
Replies: 4
Views: 4976

Re: Convert multiple files for the same code

I'm lucky to find this code: convert myfile1.jpg myfile2.jpg +append Done1.jpg to combine 2 photos, and it was amazing so far. But it only handle 1 command with 2 photos, Is there anyway to automate this using imageMagick in window? with easy use code?! I'm using Windows 7 64 and ImageMagick 6.9.3-...
by GeeMack
2016-03-29T19:48:44-07:00
Forum: Users
Topic: PNGs as layers with different opacities
Replies: 6
Views: 5622

Re: PNGs as layers with different opacities

Now i need to combine them to one image (as layers one on top of the other) with different opacity values (a.png 0.9, b.png 0.5, c.png 0.6). The new image should be a transparent png too. I'm using Windows 7 64, PhotoShop Elements 8.0, and "ImageMagick 6.9.3-6 Q16 x64". I made a 3 layer i...
by GeeMack
2016-03-25T21:40:48-07:00
Forum: Users
Topic: Creating a logrithmic grid?
Replies: 24
Views: 15703

Re: Creating a logrithmic grid?

I guess simplified would be starting with 8x8 or 16x8 pixel blocks in a grid, then make the blocks get progressively narrower as the line goes across. ImageMagick 7 will be able to do some calculations right in the command line that IM6 can't do. A command like this, for example... magick -size 1x5...
by GeeMack
2016-03-24T18:00:46-07:00
Forum: Users
Topic: Converting a tiff file to jpeg without increasing filesize
Replies: 9
Views: 13347

Re: Converting a tiff file to jpeg without increasing filesize

Though this is a bit unrelated to this thread (though very tied to how I'm using it), do you know of a way to do a batch convert of files in imagemagick? I don't mean in a for loop or using something like gnu parallel, but I mean internal to imagemagick. If you're going to run a particular command ...
by GeeMack
2016-03-22T17:54:35-07:00
Forum: Users
Topic: Expanding PDF schmatic to 4 cropped images to be printed nicely
Replies: 2
Views: 3192

Re: Expanding PDF schmatic to 4 cropped images to be printed nicely

This would solve my problem because then I can simply line up the images easier via overlapping the paper before lamination so that no data is lost due to scaling that can happen while printing. Any data that would be cropped or loss would be within that X% margin that is added to each 25% quadrant...
by GeeMack
2016-03-22T05:45:16-07:00
Forum: Users
Topic: Composite two images with different sizes without cropping. (solved)
Replies: 2
Views: 3935

Re: Composite two images with different sizes without cropping.

I would like to add a watermark to the bottom right position of my image AND do a resize. [...] Two other 'problems' I have to fix as wel are the location of the watermark (south is not bottom, right) and do both actions in one command. Try this using just the "convert" command... convert...
by GeeMack
2016-03-17T21:08:57-07:00
Forum: Users
Topic: Repeat image without going off canvas? Unix command line …
Replies: 3
Views: 5179

Re: Repeat image without going off canvas? Unix command line …

Hello, I'm having some issues figuring out how to tile an image, from the center, without allowing it to go outside of the image dimensions. There are a few ways to approach this. Is it something you'll be doing for many files, or just a one-off? Are the tile sizes always the same? The canvas size?...
by GeeMack
2016-03-09T22:58:48-07:00
Forum: Bugs
Topic: Possible text alignment issue with IM6 and IM7
Replies: 2
Views: 4795

Re: Possible text alignment issue with IM6 and IM7

magick wrote:The patch will be available in the beta releases of ImageMagick...
I have done some simple testing with more recent beta releases, and it appears this issue has been resolved. As always, thanks to everyone involved in making this software work!
by GeeMack
2016-03-08T08:49:07-07:00
Forum: Users
Topic: convert to TIFF with JPEG compression, single strip/tile, YBrCR
Replies: 7
Views: 8384

Re: convert to TIFF with JPEG compression, single strip/tile, YBrCR

This is what I get when I attempt to convert the PDF to TIF. https://www.dropbox.com/s/yw9ftlvev2ynksz/UnusableFormat.TIF?dl=0 As snibgo mentioned, your usable TIF seems to be created with an obsolete JPEG compression. One other difference I notice when checking the files is the one that works repo...
by GeeMack
2016-03-08T07:51:48-07:00
Forum: Bugs
Topic: Conversion taking too long for some PNG images
Replies: 5
Views: 6676

Re: Conversion taking too long for some PNG images

fmw42 wrote:I believe the command "magick" is only for IM 7.
Yep, my mistake. I was working those sample images for the opening poster. I tried them using IM6 and IM7 and got the same results with each. I mentioned my IM6 version and pasted my IM7 command. Sorry about the confusion.
by GeeMack
2016-03-07T22:37:59-07:00
Forum: Bugs
Topic: Conversion taking too long for some PNG images
Replies: 5
Views: 6676

Re: Conversion taking too long for some PNG images

Is there something wrong with the images or why is it taking so long? I'm using "ImageMagick 6.9.3-6 Q16 x64 2016-02-28" on Windows 7 64, and when I run this command... magick psd_dl_by_xxcaramellchanxx-d8zqaj2.png test.png I get this warning... magick: zTXt: truncated `psd_dl_by_xxcarame...
by GeeMack
2016-03-06T10:55:04-07:00
Forum: Users
Topic: Can I extract multiple EXIF tags in one go?
Replies: 6
Views: 6571

Re: Can I extract multiple EXIF tags in one go?

Ah, thanks. That seems to work well. I'm grateful to you. You got the definitive answer from fmw42 already. You might be able to build on that idea to create a comma separated list you can (probably) easily import directly into your database program. identify -format "%f,%[EXIF:tagname_1],%[EX...
by GeeMack
2016-03-01T19:48:23-07:00
Forum: Users
Topic: Two images into one bmp with alpha channel
Replies: 4
Views: 4279

Re: Two images into one bmp with alpha channel

But I can only do it for one pair at a time manually. Would there be a way to automate this? Something like for every ***.png select the respective ***_mask.png -compose CopyOpacity -composite D:\output folder\***.bmp so it goes through every pair in the folder and also names the resulting bmp afte...