Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Converting BMP image to JPG

User_DBKY2Oct 7 2021

Hi,
I have a PL/Sql code to create a QR code from string. It returns the a blob object with is the QR code in BMP format. I need to print it and as BI Publisher does not support BMP images, I need to convert it to JPG instead. Can someone share a java code with me to do that. The code should take a blob as input and return converted blob back.

Comments
Post Details
Added on Oct 7 2021
0 comments
521 views