Saving Jpeg images with any compression ratio
Adjusting the compression for jpeg images is not as simple as you might hope in .NET. Here’s a snippet to get the job done in VBUsing the code is strait forward, just call like this: [code language=vb] SaveJpeg(destPath, img, 50) The work is done by the following 2 functions, read comments in code for explanaition. [...]
More »
I am a .NET programmer first and foremost. But in my spare time I like to play around with PHP, Erlang, Haskell, F#,