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

Popular posts from this blog

Java sticky instances of class com.mysql.jdbc.Field aggregating -