Dear grabber operators,
some grabber captures sometimes look a bit
distorted in the browser (see attached example), which sometimes conceals
pixel lines or makes text hard to read. This apparently happens
because by default, Internet Explorer rescales images without pixel
interpolation.
A simple solution would be to leave out
the scaling information in the html code, eg. instead of
<img src="" width="863"
height="401">
simply use
<img src="">
Then the image is diplayed at its original size, even is that has
changed since the generation of the html code.
Best 73,
Markus (DF6NM)
|