Decode the image

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
svga
Participant
Posts: 73
Joined: Thu Aug 07, 2008 6:31 am
Location: Syracuse

Decode the image

Post by svga »

Hello -

I have a requirement where I need to decode the encoded images which present on the each XML transaction. Then each decoded images should be saved in tif format. Could you tell me how this can be achieved?

Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Let's begin by asking what "decode" means in this context - and whether the image is embedded in the XML document or referred to from it.

Do you have the software required to decode these images installed on your DataStage server machine(s)?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

encoding & decoding images in DataStage? :shock:
Kandy
_________________
Try and Try again…You will succeed atlast!!
Obiwon666
Participant
Posts: 22
Joined: Wed Jan 17, 2007 5:34 am

Post by Obiwon666 »

kandyshandy wrote:encoding & decoding images in DataStage? :shock:
+1

Binary of image is included in the xml flow?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Not quite sure why anyone would assume a binary image, I'd imagine it's simply uuencoded or perhaps via MIME or yEnc. Plenty of command line options for the decoding part in that case.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply