Skip to main content
Question

Hi, I am trying to convert some images stored in base64 format to .jpg images. I have uploaded data to canvas as Reader - .csv format, Transformer - TextDncoder Write - .jpg format Can someone help me out to set up the process Thanks Ke

  • December 15, 2020
  • 6 replies
  • 590 views

FME01 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

6 replies

david_r
Celebrity
  • December 15, 2020

First, in the TextDecoder you must select the character encoding fme-binary. Secondly, rather than using the JPEG writer, use an AttributeFileWriter with fme-binary as the target encoding.


  • Author
  • December 17, 2020

Thanks David,

I am trying with the TextDecorder with character encoding with fme-binay and the AttributeFileWriter. But I have no idea how to get the target image without a jpg writer.

 


ebygomm
Influencer
Forum|alt.badge.img+45
  • Influencer
  • December 17, 2020

Thanks David,

I am trying with the TextDecorder with character encoding with fme-binay and the AttributeFileWriter. But I have no idea how to get the target image without a jpg writer.

 

The AttributeFileWriter creates the target image, in this example an image called example.jpg

Capture 


  • Author
  • December 18, 2020

Thanks David,


jaymiecroucher
Contributor
Forum|alt.badge.img+4

@david_r  spent all day working through a solution to find this. You’ll be pleased to know 3 years later its still very useful! 


david_r
Celebrity
  • May 3, 2024

@david_r  spent all day working through a solution to find this. You’ll be pleased to know 3 years later its still very useful! 

Thanks for the kind feedback, glad to hear!