Page 1 of 1

Image Sizing on Screen

Posted: 2018-09-18T10:34:19-07:00
by stampman
Hi,

Long story short several years ago I paid for a stamp creating webapp. The developer did a decent job I guess? Using ImageMagick he updated it as I'd expect it to have been. However, he ran away before he could complete the final step to make it functional. Since the rubber stamps are printed using 1000 DPI on the laser printer the image size is too large for the screen for the user to make the stamp in the first place.

So my question is: Is there a way to have a 1000+ pixel fit/resize to the box(page) within the creating section while keeping it's quality.

As you can see the size is too big for the frame and goes off page.

Image

Also for some reason the text is showing as a broken image? Not sure what that's about

Any help would be appropriated. Thanks!

Re: Image Sizing on Screen

Posted: 2018-09-18T11:29:04-07:00
by fmw42
Depends upon what you consider reasonable quality. There are many filters that can be used with -resize or -distort resize for minimizing images and keep artifacts to a minimum. See

https://www.imagemagick.org/Usage/filter/
https://www.imagemagick.org/Usage/filter/nicolas/


___________________________

Please, always provide your IM version and platform when asking questions, since syntax may differ. Also provide your exact command line and if possible your images.

See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at http://www.imagemagick.org/discourse-se ... f=1&t=9620

If using Imagemagick 7, then see http://imagemagick.org/script/porting.php#cli


For novices, see

http://www.imagemagick.org/discourse-se ... f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
https://github.com/ImageMagick/usage-markdown

Re: Image Sizing on Screen

Posted: 2018-09-18T11:38:46-07:00
by snibgo
The rubber stamps are 1000 dots per inch, but how many inches? Computer screens are about 100 dots per inch, so every inch of the stamps will take about ten inches on the screen, if viewed dot-for-dot. Of course, the image can be reduced in size for editing, but any fine detail will not be visible.

This is a standard problem when editing large images: we can either see the entire image without fine detail, or all the detail in just a portion of the image.