![Click for Scale, Rotate, Skew and Transform Images using GDI+](/home/VB/Code/vbMedia/Using_GDI_Plus/Scale__Rotate__Skew_and_Transform_Images/gdipImageManipulation_Small.png) |
GDI+'s image rendering is considerably more powerful than the basic bitmap
transfer functions provided under GDI. You can perform high-quality
rotation, scaling and skewing with no additional lines of code: and better
still the functions run very fast on half decent machines.
more...
Last Updated: 28 March 2003
|
![Click for Reading and Writing JPG, PNG, TIF and GIF Files](/home/VB/Code/vbMedia/Using_GDI_Plus/Reading_and_Writing_JPG__PNG__TIF_and_GIF_Files/encoderSample_Small.png) |
This article demonstrates using GDI+ to read and write files in multiple
formats (JPEG, PNG, TIF, GIF and BMP files are all supported for reading and writing;
you can also read EMG, WMF and ICO files).
Using GDI+ is a great alternative to using the Intel
JPEG Library that is now no longer distributed or supported by Intel, since
GDI+ is freely redistributable. Not just that but you gain PNG, GIF and TIF support
too!
more...
Last Updated: 28 March 2003
|