Home page
Search:  
Home
AbsoluteWord.com homepage
Products
Browse Palm OS and Pocket PC dictionary database, read descriptions, view screenshots and more
Download
Download dictionaries, RoadLingua viewer, AW Maker
Buy online
Purchase dictionaries for Palm and Pocket PC
Support
Customer support
F.A.Q.
Frequently asked questions
Partners
Partnership programs, internationalization, special offers

JPEG/GIF decompression library for Palm OS
  1. What is the library developed for?
  2. Screenshots
  3. What are the most important features of the library?
  4. What devices are supported?
  5. What formats of jpeg file is supported?
  6. What formats of gif files are supported?
  7. Does the library have any limitations?
  8. Is the library optimized for new/old processor?
  9. How can I use it in my own application?
  10. Are there any sample or test applications?
  11. What modules are included?
  12. How can I buy the library?
  13. Warranties/Support
  14. Any plans for further improvements?
  15. Contact info
  1. What is the library developed for? The library can decode any jpeg or gif files and convert them into color or BW bitmap for further usage. It supports both baseline and progressive jpegs. Animated and interlaced gifs are supported as well. The library uses the fastest algorithms for decoding, scaling and colorizing the image. The library can be used by any application for Palm OS 3.5 or later.
  2. Screenshots. Here come screenshots of decoded images on several devices
  1. What are the most important features of library?
    1. Fast and quality decoding
    2. Fast JPEG scaling (1:8, 1:4, 1:2, 1:1)
    3. Optimized palette: 16bpp for 16bpp devices, Web palette for 256 color device, 4bpp for BW devices.
    4. GIF animation via one-function call
    5. Float scaling (bilinear/neighborhood) for bitmaps
  2. What devices are supported? Any device powered by Palm OS 3.5 or later. BW/Color, low/hi resolution - it does not matter. Actually the library can decode the image on any Palm OS version (2.x or later) but the system won’t allow user interface to run under any color depth other than 1bpp BW.
  3. What formats of jpeg files is supported? Any baseline JPEG or EXIF file.
  4. What formats of gif files are supported? Any GIF file.
  5. Does the library have any limitations? Memory requirements are minor. There are no restrictions for image resolution.
  6. Is the library optimized for new/old processor? Yes. For Motorola based devices the critical code has been written in pure assembly language to get the most of processor. For new ARM devices the code runs as processor native code through the engine of armlets.
  7. How can I use it in my own application? The general approach is:
    JPEG:
    1. Read encoded data into memory chunk (or get a pointer to a locked resource)
    2. Call decompression function, it will callback your function with parameter block having various info about jpeg image data (resolution, components, etc.). Basing on this info your callback functions should create and return bitmap pointer where the image data will be written, or returns NULL to stop the process. It also can set scale, color mode, etc. and can use any UI you want.
    3. The decompression starts. During the process a function you provided as a progress indicator function will get a callback to show the progress.
    4. Back from the decompression function you'll get a pointer to a bitmap (see above) or NULL if failure.
    5. Do whatever you want with the created bitmap and delete it afterwards.
    GIF:
    1. Read encoded data into memory chunk (or get a pointer to locked resource).
    2. Call the API function to get various information about GIF (resolutions, frame amount, etc.)
    3. Open gif file as a gifhandle, retrieve any frame as bitmap, close the file, do whatever you need with the bitmap
    4. ...or just call a single API function to have complete animation shown on the screen (interframe callbacks provided)
  8. Are there any sample or test applications? You can download and try a demo to decode, show and scale jpeg/gif files from an external card. [ JpegSample.zip ]
    This file includes complete sources for CW9 project so you can start to use the library for your testing right now.
  9. What modules are included? The library can be shipped as follows:
    1. *.lib - library
    2. *.h - headers
    3. *.bin - ARM code resource
    4. *.dll - file for Palm OS simulator
    or as source code for Metrowerks CW9 + VC project for DLL.
    The price depends upon what components (baseline jpeg, progressive jpeg, gif) are required to be included.
  10. How can I buy the library? Please send your requests to: . Please describe how you are going to use the library.
  11. Warranties/support . The library is as it is. As usually - no our liability for any of your problems, etc. As a buyer you'll be supported for 30 days through email.
  12. Any plans for further improvements? The library is under permanent development and improvement.
  13. Contact info. http://absoluteword.com or mail to
Featured Windows Mobile and Palm OS dictionaries:
Discounts
Read more about our discount programs
Other Products

Hot Keyboard
must have app for Windows

UncoverData
create online surveys (webapp)

Private Shell
ssh client for Windows

UptimeInspector
server monitoring webapp

International
Monitor your servers and web sites 24x7x365
 ©2000-2011 AbsoluteWord