Basic Image Conversion
Hi,
I need to read an image which is stored as BLOB and convert into a an array of bytes.
Is this possible in Oracle PL/SQL?
Basically, I use an 8 pin printer to print images. And hence need an array of 8 bit representation of the image.
Thanks!