JPEGReader.st
changeset 3576 2bf0d46c19d4
parent 3575 a9c90fe5726f
child 3692 19cf6b593b2b
--- a/JPEGReader.st	Wed Mar 02 14:14:03 2016 +0100
+++ b/JPEGReader.st	Wed Mar 02 14:25:19 2016 +0100
@@ -309,6 +309,10 @@
     app1SegmentHandler := aBlock
 !
 
+compressQuality:compressQualityOrNilForDefault
+    compressQuality := compressQualityOrNilForDefault
+!
+
 forceDitherMode:something
     "set the dither mode, to one of #none or #ordered"