|
![]() [ Full size / more screenshots ] |
JPEGator is a small .NET class library which allows you to compress and decompress JPEG images using C# or Visual Basic and the .NET Compact Framework. It also has an ability to create thumbnail images for large JPEG files using minimum amount of memory (order of image width).
JPEGator library should work on any ARM-based Pocket PC 2003 or Windows Mobile 5 device with either version 1.0 or 2.0 of the .NET Compact Framework (.NETCF) installed.
Provided sample code can be compiled using both Visual Studio 2003 or 2005.
You will need to ship two files along with your application: JPEGator.dll (~40Kb) and JPEGator.jpeg.dll (~80Kb).
Download JPEGator Buy Full Version Add to Watch List
| Version | Date Released | Status | Release Notes |
| JPEGator 1.5 | Nov 7, 2007 | New Version | <UL> <LI>Fixed setup of output color space in the decompressor. Now works correctly with grayscale images.</LI> </UL> |
| JPEGator 0.4 | Sep 18, 2006 | New Version | <UL> <LI>Starting with this version the Independent JPEG Group's software is shipped along with JPEGator in file libJPEGator.jpeg.dll.</LI> <LI>Error handling improved: no unhandled exceptions anymore, JpegException with an error message and an attached error code is thrown now instead of former ApplicationException.</LI> <LI>Added SkipScanlines() method for the Decompress class.</LI> </UL> |
| JPEGator 0.3 | Mar 31, 2006 | New Version | Fixed BitmapUtils.LoadThumbnail() behavior for source images smaller than destination image size. Fixed problem with closing of output file in BitmapUtils.SaveBitmap() function. Thanks to The Fi Organization for pointing on this. Improved documentation. |