From: TomRossi7 Date: 2007-05-17T02:40:06+09:00 Subject: RMagick Setting JPEGCompression 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