JPEG IO-procedure: Difference between revisions
Jump to navigation
Jump to search
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)..." |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== | {{Software | ||
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. | |Picture=NA.png | ||
|Version=0.1.0 | |||
|Author=[[Chris Wohlgemuth]] | |||
|License= BSD 3 Clauses Alike | |||
|Download=jpg-io-procedure-0_1_0.zip | |||
|Website= | |||
}} | |||
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 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. | ||
== | ==Links== | ||
* [https://github.com/OS2World/MM-IMAGE-JPEG-IO_procedure Source Code at Github] | * [https://github.com/OS2World/MM-IMAGE-JPEG-IO_procedure Source Code at Github] | ||
[[Category:Open Source Software]] | [[Category:Open Source Software]] | ||
[[Category:MMPM2]] |
Latest revision as of 21:54, 26 July 2023
JPEG IO-procedure | |
---|---|
![]() | |
Version | 0.1.0 |
Vendor | |
Author | Chris Wohlgemuth |
License | BSD 3 Clauses Alike |
Download | jpg-io-procedure-0_1_0.zip |
Website |
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.