Actions
Feature proposal #6546
openCBLib: Improve Image to extend image processing functionality for less 3rd party dependency
Description
The Image library in CB should basically mirror standard image processing library functionality (e.g. Imagine or Intervention/Image) then call the dependency and behave the same regardless of library to avoid being dependent on a singular image processing library. Something like the below is probably correct.
/Image/Handler/Imagine.php (bridge between Imagine and Image.pgp)
/Image/Image.php (does actual image processing)
/Image/Test.php (tests for compatibility)
Updated by krileon over 6 years ago
- Target version changed from CB 2.2 to CB 2.8
Updated by krileon about 6 years ago
- Subject changed from Improve Image CBLib to extend image processing functionality for less 3rd party dependency to CBLib: Improve Image to extend image processing functionality for less 3rd party dependency
Updated by beat almost 2 years ago
- Target version changed from CB 2.8 to CB 2.8.1
Updated by beat about 1 year ago
- Target version changed from CB 2.8.1 to CB 2.8.2
Updated by beat about 1 year ago
- Target version changed from CB 2.8.2 to CB 2.9.0
Updated by beat about 1 year ago
- Target version changed from CB 2.9.0 to CB 2.9.2
Actions