Image Sizing on Screen

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
stampman
Posts: 1
Joined: 2018-09-18T10:19:59-07:00
Authentication code: 1152

Image Sizing on Screen

Post 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!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Image Sizing on Screen

Post 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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Image Sizing on Screen

Post 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.
snibgo's IM pages: im.snibgo.com
Post Reply