Image manipulation in C# -


i loading jpg image hard disk byte[]. there way resize image (reduce resolution) without need put in bitmap object?

thanks

there ways whether better... jpg compressed image format means image manipulation on need interpret data. bimap object if want go route you'll need understanding jpeg spec, creating kind of parser, etc. might there shortcuts can used without needing full intepretation of original jpg think bad idea.

oh, , not forget there different file formats jpg apparently (jfif , exif) ened understand...

i'd think hard before avoiding objects designed sort of thing trying do.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -