Search found 2 matches

by colinbowern
2017-10-22T06:10:37-07:00
Forum: Users
Topic: Resizing behavior aligned to Lightroom
Replies: 5
Views: 5732

Re: Resizing behavior aligned to Lightroom

I am running ImageMagick 7.0.5-10 Q16 x86_64 2017-06-05 on Alpine Linux (working to create a Docker container which converts my inbound raw images to screen JPGs).

When I run:
identify dng:/data/input/20150205-009.dng

I get back:

dng:/data/input/20150205-009.dng=>/tmp/magick-46ag-ImBJdLLhD.png ...
by colinbowern
2017-10-14T21:10:26-07:00
Forum: Users
Topic: Resizing behavior aligned to Lightroom
Replies: 5
Views: 5732

Resizing behavior aligned to Lightroom

I have a DNG image in Lightroom which is 6000x3376 pixels at 96dpi. When I export it as a JPG at Quality 85 using the Image Sizing options:


Resize to Fit Width & Height
Don't Enlarge
3840W, 2160H, 72 PPI


I get an image which is 3839x2160 at 72dpi.

When I run "convert -resize 3840x2160 ...