{Arggghh, not this again!!!}

An image doesn't have a resolution. An image has pixels. A rendering engine will take those pixels, and put them into print-pixels at a particular resolution.

There's no such thing as a "72-DPI image". The DPI makes sense only when the bits from that image are finally rendered.

If you want a 3inch-square image on screen, generate 200-ish pixels in each dimension. If you want a 3-inch-square image when printed at 300dpi, then generate 900x900 pixels. Just do the math. It's not the responsibility of any of the graphics packages to do the math for you.

And dare I say again, "computer images do not have a DPI". Sigh.

-- Randal L. Schwartz, Perl hacker


In reply to •Re: IMAGE MAGIK / GIMP/ IMAGES by merlyn
in thread ImageMagick / Gimp / Images by Angel

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.