Hello to all my fellow Cache Developers/Experts:
My question has to do with how I would go about changing the image file size when loading (saving) an image file (i.e. JPG, BMP, GIF, PNG, etc...) to a Cache Database Table.
Here is my business scenario:
- The user will save various image files (could be different types, such as JPG, PNG, BMP, GIF) to an operating system directory.
- Then our application has a background job that monitors the image directory and will load (save) the image into a Cache Database Table into a property of data type %Stream.


