bytearray - C# Converting byte array of jpeg file into byte array of pixels (reverse compression algorithm) -
my idea open filestream of jpeg image , convert byte array of pixels without using c# drawing classes.
to make things clear, need know reverse compression algorithm of jpeg file(so can manipulate byte array byte array of pixels. in advance !
Comments
Post a Comment