# File lib/prawn/images/png.rb, line 94
      def pixel_bytes
        @pixel_bytes ||= case @color_type
        when 0, 3, 4 then 1
        when 1, 2, 6 then 3
        end
      end