Search found 2 matches
- 2017-10-22T06:10:37-07:00
- Forum: Users
- Topic: Resizing behavior aligned to Lightroom
- Replies: 5
- Views: 5136
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 DNG ...
- 2017-10-14T21:10:26-07:00
- Forum: Users
- Topic: Resizing behavior aligned to Lightroom
- Replies: 5
- Views: 5136
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> -quality 85 ...