Hello
I am using Oracle 11g XE Apex 5.1. using inside CentOS 6.
I have configured APEX with embedded gateway
On loading an image to the database I wish to create two fields:
- Thumbnail
- Trimmer main image
Historical I used Oracle Multimedia
- ordsys.ordimage.process(imgJpeg, 'rotate=90');
- ORDSYS.ORDImage.process(image_data, 'maxScale=32 32');
I fully understand that I can use CSS and the full size image. The applications we are developing are for mobile user and sending a full size images to be used a thumbnails slows down the application response times.
The only solution I found so far is to install ORDSYS using ...
https://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29143
Has anyone found another way of re-scaling an image without using ORDSYS?
Thank you for looking
Regards
Pete