Search found 3 matches

by benjamin10
2018-06-13T09:29:56-07:00
Forum: Users
Topic: Resizing images without losing sharpness/quality
Replies: 4
Views: 16223

Re: Resizing images without losing sharpness/quality

Okay thank you for help. -density option did the trick! This is the command I am using to get the desired images: mogrify -unsharp 0.25x0.25+8+0.065 -resize 1280x1024 -normalize -density 180 *.jpg If someone find it helpful here is the script I am using as a dolphin script to copy the originals and ...
by benjamin10
2018-06-06T06:34:27-07:00
Forum: Users
Topic: Resizing images without losing sharpness/quality
Replies: 4
Views: 16223

Re: Resizing images without losing sharpness/quality

I use Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 On Kubuntu 18.04 Okay here are some sample pics in their original sizes (from different Cams/Smartphones): https://owncloud.usedandabused.at/index.php/s/HxkL3zaCavYuQmh Are you resizing down or up? I want to resize them down, but as i write this...
by benjamin10
2018-06-01T05:38:00-07:00
Forum: Users
Topic: Resizing images without losing sharpness/quality
Replies: 4
Views: 16223

Resizing images without losing sharpness/quality

Hello everyone! I am quite new here, but working for many years with imagemagick (rudimentary ;) ). My aim is to render pictures as to get the following specs: - Size: 105x140mm - Normalized - very sharp I tried it with the following command: mogrify -normalize -resize 298x397 -quality 100% *.jpg Th...