Page 1 of 1

blurry screenshots

Posted: 2011-10-14T05:24:12-07:00
by funnyname
Hi forum!

On my linux box I'm using Imagemagick (version 6.6.2-6 2011-03-16 Q16) for taking screenshots, like this:

Code: Select all

import foo.png
In general, this works, but the resulting screenshots look very blurry as there were some blur filter applied to it. I don't need that. I've already looked through the various options for import (http://www.imagemagick.org/script/import.php) but couldn't find anything related to this issue.

Does anyone know how to get just a simple plain screenshot using the import command?

Any help is much appreciated.
thanks, fn

Re: blurry screenshots

Posted: 2011-10-14T06:29:11-07:00
by funnyname
Problem got solved. It wasn't a problem with Imagemagick, but with my image viewer. :/

regards, fn