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.
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.
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
Thanks David,
Thanks for the kind feedback, glad to hear!