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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -