RMagick Setting JPEGCompression

T

TomRossi7

I am trying to dynamically set the compression or quality of an image
when displaying it. I have seen in the RMagick documentation how to
set the quality only when writing the file to disk. How can I set the
quality dynamically or set the compression?

The method "image.quality=" does not exist and
"image.compression_type=" is not in the documentation. I have tried
image.compression= Magick::CompressionType.new('JPEGCompression',50),
but that doesn't work.

Thanks!

--Tom
 
T

Tim Hunter

TomRossi7 said:
I am trying to dynamically set the compression or quality of an image
when displaying it. I have seen in the RMagick documentation how to
set the quality only when writing the file to disk. How can I set the
quality dynamically or set the compression?
You can't. The only time you can specify the compression level is as an
optional argument to Image#write or Image#to_blob.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top