JPEG IO-procedure

From OS2World.Com Wiki
Revision as of 17:25, 27 November 2015 by Martini (talk | contribs) (Created page with "==Description== This procedure is a drop in replacement for the JPEG procedure coming with MMOS/2. It supports base JPEG image files (as the IO procedure provided with MMOS/2)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

This procedure is a drop in replacement for the JPEG procedure coming with MMOS/2. It supports base JPEG image files (as the IO procedure provided with MMOS/2) and also progressive ones. IO procedures are used to load and write different image files. For example the WPS uses IO procedures to load images for folder backgrounds or for display in the image viewer.

  • The actual loading of the image file is done using gbm.dll a free image manipulation library.
  • The JPEG support is based on work of the Independent JPEG Group.

Download

License

  • BSD 3 Clauses Alike

Author

Links