From: Nuralanur@... Date: 2007-04-15T21:42:56+09:00 Subject: Setting Rmagick resolution when reading in an image? -------------------------------1176640964 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Dear all, =20 =20 I am having problems when reading in an image (PS/PDF/TIF): I need to read in images of these formats, cut them in two and export them. Unfortunately, using=20 =20 im=3DMagick::Image.read(filename).first =20 produces only images with resolutions of 72x72, which is too blurry (I need 600x600). I have tried=20 =20 im.density=3D"600x600",=20 =20 and =20 im.x_resolution=3D600 =20 im.y_resolution=3D600 =20 after reading in, and resampling=20 =20 im.resample(600,600), =20 but without success. Is there a way to tell Rmagick what the resolution is when reading in a file ? =20 Thank you very much! =20 Best regards, =20 Axel=20 =20 =20 =20 -------------------------------1176640964--