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.
Also for some reason the text is showing as a broken image? Not sure what that's about
Any help would be appropriated. Thanks!
Image Sizing on Screen
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Image Sizing on Screen
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
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
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Image Sizing on Screen
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.
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