|
I want to encode a TIF image stored on the IFS and to embed it into
an XML document that will be downloaded on a web browser.
I know that by open() the IFS file, then QDCXLATE(), and
base64_encode() -of course using Scott's tools- do the magic, but has
to be by reading in a loop the buffer returned by open().
However, I want to save some extra programming by avoiding the loop
and convert the full streamed file in one single step (I'm already
using CGIDEV2-LoadStreamFile that returns the streamed file).
I found that I can use 'iconv' API from QTQICONV service program to
do this conversion, does somebody can share an example of parameters
to be used for 'iconv'?.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.