Search found 25563 matches

by fmw42
2019-09-04T17:52:16-07:00
Forum: Bugs
Topic: Bug converting PSD to TIF with alpha
Replies: 5
Views: 74760

Re: Bug converting PSD to TIF with alpha

Not currently from TIFF. IM 7 can deal with extra channels but only in its internal format. This was being worked on for TIFF quite a while ago, but got suspended due to other higher priorities.
by fmw42
2019-09-04T15:44:32-07:00
Forum: Users
Topic: convert grayscale tif to grayscale png not working
Replies: 5
Views: 12256

Re: convert grayscale tif to grayscale png not working

I think your ImageMagick version 6.9.7.4 may be buggy or -grayscale was not fully developed by your version. Where are your images? So I made an example. The following works fine for me on IM 6.9.10.63 Q16 Mac OSX. convert logo: -colorspace gray logo.tif identify logo.tif logo.tif TIFF 640x480 640x4...
by fmw42
2019-09-04T15:02:59-07:00
Forum: Users
Topic: Change DPI while keeping resolution
Replies: 32
Views: 67397

Re: Change DPI while keeping resolution

Have you tried using Q32 or Q16 HDRI compiles of ImageMagick?
by fmw42
2019-09-04T15:01:34-07:00
Forum: Users
Topic: How to apply effect like "Bevel & Emboss" in photoshop?
Replies: 4
Views: 8701

Re: How to apply effect like "Bevel & Emboss" in photoshop?

Always best to include input an output images. You can post to some free hosting service and put the URLs here.
by fmw42
2019-09-04T15:00:48-07:00
Forum: Bugs
Topic: Bug converting PSD to TIF with alpha
Replies: 5
Views: 74760

Re: Bug converting PSD to TIF with alpha

As far as I know, ImageMagick cannot currently handle extra channels such as your alpha channel in PSD. It only processed background transparency. You could request an enhancement, but I suspect there would like be no guaranteed ETA, since the developers are very busy.
by fmw42
2019-09-04T14:57:58-07:00
Forum: Magick++
Topic: RE: Combining HDR/EXR files into a single PSD
Replies: 15
Views: 136320

Re: RE: Combining HDR/EXR files into a single PSD

@Jimbo, What is your version of ImageMagick and on what platform. To save to higher bit-depth you will need HDRI to go outside the quantum range, I believe.
by fmw42
2019-09-04T09:49:01-07:00
Forum: Magick.NET
Topic: Help With PDF file
Replies: 1
Views: 63404

Re: Help With PDF file

I have moved your post. You tacked that onto a completely different topic. Please do not do that. Create a new topic for a new question.

Please post your images to some free hosting service and put the URLs here.

As a guess, your PDF file does not contain the required font to properly render it.
by fmw42
2019-09-04T09:28:46-07:00
Forum: Users
Topic: Cropping multiple receipts on one scanned image
Replies: 11
Views: 14078

Re: Cropping multiple receipts on one scanned image

Why is your image blurry?

This works fine for me.

Code: Select all

convert Receipts_blurred.png -crop 50x100% -fuzz 15% -trim +repage results.png
by fmw42
2019-09-04T09:23:22-07:00
Forum: Users
Topic: Simplest to add a background image to a batch of images
Replies: 2
Views: 11420

Re: Simplest to add a background image to a batch of images

You can use mogrify to process all images in a directory with one common image in a composite operation. See https://imagemagick.org/Usage/basics/#mogrify https://imagemagick.org/Usage/basics/#mogrify_compose First create a new directory to hold all your images. mogrify -path path/to/newdirectory -f...
by fmw42
2019-09-04T09:14:17-07:00
Forum: Bugs
Topic: Possible bug -auto-orient
Replies: 4
Views: 70301

Re: Possible bug -auto-orient

Thanks, snibgo. That is what I needed to know to confirm my suspicion
by fmw42
2019-09-03T21:07:15-07:00
Forum: Bugs
Topic: Possible bug -auto-orient
Replies: 4
Views: 70301

Re: Possible bug -auto-orient

Yes, that is what I suspected. But I needed confirmation. How did you determine that the photo was correctly oriented?
by fmw42
2019-09-03T18:35:48-07:00
Forum: Bugs
Topic: Possible bug -auto-orient
Replies: 4
Views: 70301

Possible bug -auto-orient

I cannot get -auto-orient to work. It seems to correct the EXIF orientation flag, but does not rotated the image to the new orientation. So it still displays incorrectly. Perhaps I am confused about what it should do or the file is corrupt in some way. I am reporting this here in response to a quest...
by fmw42
2019-09-03T18:16:02-07:00
Forum: Users
Topic: How to crop along a yellow frame
Replies: 10
Views: 13927

Re: How to crop along a yellow frame

Your version may be buggy or too early for connected components. I get the same error when using IM 6.9.7.4. So try to upgrade and try it again. It works fine for me on IM 6.9.10.63 Q16 Mac OSX.