Image Processor for i Changelog

4.0.0

  • Changing to build using STGMDL(*TERASPACE). This is a breaking change which means that all programs calling IPI subprocs will need to either be using STGMDL(*TERASPACE) or STGMDL(*INHERIT)

3.0.5

  • Modified IPI_ImageDS_t data structure to reduce memory usage and support eliminating some dynamic memory operations

3.0.4

  • Further reduced static storage usage

3.0.3

  • Corrected additional memory usage issues including moving all internal pointers to teraspace
  • Significantly reduced overall static storage usage

3.0.2

  • Corrected a variety of memory/pointer issues that could lead to memory leaks

3.0.1

  • IPI will now try to locate IPICFGOPT in the *LIBL, and if not found will attempt to check the current program library for IPICFGOPT

3.0.0

  • Internal rewrite to leverage Python libraries from PASE environment to handle image conversion
  • Now supports more input image formats including JPEG, PNG, GIF, TIF
  • Default installation directory is now /kato/ipi
  • New database configuration file IPICFGOPT added
  • IPICB copybook now provided in free format

2.00

  • Improved image loading to allow for STMF or RPG field as source of image data
  • Added capability to automatically Base64 decode provided image data
  • Added capability to control specific dimensions of created page segment

1.10

  • Corrected issues with image loading.

1.00

  • Initial release.