lib/psd.rb in psd-1.4.4 vs lib/psd.rb in psd-1.4.5

- old
+ new

@@ -118,10 +118,12 @@ @image ||= ( # The image is the last section in the file, so we don't have to # bother with skipping over the bytes to read more data. image = Image.new(@file, @header) - LazyExecute.new(image, @file).later(:parse) + LazyExecute.new(image, @file) + .later(:parse) + .ignore(:width, :height) ) end # Export the current file to a new PSD. This may or may not work. def export(file) \ No newline at end of file