JPEG IO-procedure: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 12: Line 12:


[[Category:Open Source Software]]
[[Category:Open Source Software]]
[[Category:MMPM2]]

Revision as of 14:14, 1 June 2020

This MMIO 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.

License

Links