From: Artur Merke Date: 2005-01-24T18:50:52+09:00 Subject: RMagick jpeg quality change Hi, I recently discovered, that my gallery generating script was generating twice as large pics as in the runs I made some months ago (in between I made some Debian unstable upgrade sessions, but the problem may not be Debian specific) After a while I found out, that if vga.write("pic.jpg") is replaced by vga.write("pic.jpg"){ self.quality = 75 } then the problem doesn't occur. Therefore the compression quality seems no longer to be 75% by default ... -- Artur