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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -