Jpg to png without js blocks

is this possible. it would allow for a lot to be done with url requests

I bet you can find some web site's API for it.

how do i put the image into the api without js

You can always convert to hex or rgba or hsl etc. using C&C (Colors and crayons) which should easily be accepted by… something

but also there‘s SVG text and I don’t know if there’s something we could use like it for PNG for JPG

whats the block

Wdym

to do it. how do i do it

The library?

the block in the library

For hex conversion?

into a format that if i paste into my browser would return the image

I don’t know, I’ll try to figure out how tomorrow But I have to sleep now

ok

For the pixel array => png part, the second response in this thread has all the details, I think...
https://stackoverflow.com/questions/69327606/displaying-raw-pixel-array-on-a-web-page-using-image-tag

would you know how to make that