lib/hexapdf/image_loader.rb in hexapdf-0.32.2 vs lib/hexapdf/image_loader.rb in hexapdf-0.33.0
- old
+ new
@@ -57,10 +57,10 @@
# returned +true+ for the same +file_or_io+ object.
#
# The image XObject may use any implemented filter. For example, an image loader for JPEG files
# would typically use the DCTDecode filter instead of decoding the image itself.
#
- # See: PDF1.7 s8.9
+ # See: PDF2.0 s8.9
module ImageLoader
autoload(:JPEG, 'hexapdf/image_loader/jpeg')
autoload(:PNG, 'hexapdf/image_loader/png')
autoload(:PDF, 'hexapdf/image_loader/pdf')