Class ScanlineFilterSub

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int bytesPerPixel  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScanlineFilterSub​(int bytesPerPixel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void unfilter​(byte[] src, byte[] dst, byte[] up)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bytesPerPixel

        private final int bytesPerPixel
    • Constructor Detail

      • ScanlineFilterSub

        public ScanlineFilterSub​(int bytesPerPixel)