How to edit an image?

HI all (again :wink: )

I am trying to retrieve an image from the web (eg: https://timvandevall.com/wp-content/uploads/Chalkboard-Template.jpg ), edit it, and send it as consequently as binary data to an upload service. How do I do this?

I seem to miss the step converting the image into binary data…
anyways - I’m lost!

Thanks in advance!

Hey @bees8,

This should do it, You were missing the download step. Once downloaded it is already a binary type so you won’t need to change the format. From here you should be able to just add your upload node and use data as the binary object and you are good to go.

3 Likes

Works like a charm - thanks!

1 Like