I agree with BrowserUK that because the image viewing software is trying to reduce the blockiness/pixelation of the image after zoom, by interpolating the 'missing' pixels after zoom using some interpolation algorithm based on neibouring pixels. This technique is generally Ok if not best for reducing the pixelation for photographs but not good at preserving sharp edges.

By the sound of it you probably don't want to enlarge an image physically. But if you do, you need a different image magnification algorithm all together to preserve the sharpness in the edges.

PS. There is a commercial product on Windows called S-Spline from Shortcut, which uses the company's S-Spline algorithm. I have tested the program and I was impressed by the quality of the enlarged image.


In reply to Re: Re: GD question by Roger
in thread GD question by dragonchild

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.