1Drop in the JPEGs
One, or up to 20 at a time. Photographs, exports, anything already saved as a JPEG.
2They come back as PNGs
Pixel for pixel what went in, in a format that will not compress it again.
3Save one, or the lot
One button per file, or the whole set as a zip.
Questions
Will this improve the quality of my photo?
No, and it cannot. Whatever a JPEG threw away when it was saved is gone, and no later format can reconstruct it. What PNG does is stop any FURTHER loss, which is worth having if the picture is about to be edited and saved repeatedly — but the first generation of damage is permanent.
Why did my file get so much bigger?
Because PNG is not allowed to discard anything. A JPEG is small precisely because it dropped detail; asking PNG to store the result exactly means storing all the artefacts too. Four or five times the original size is normal for a photograph.
Will converting add transparency?
No. PNG can store transparency, but a JPEG has none to carry over, so the result is fully opaque. Making part of a picture transparent is an editing job rather than a conversion one.
Should I use WebP instead?
If whatever you are feeding will accept it, yes. WebP is lossless too when asked to be, keeps transparency, and is substantially smaller than PNG. The only reason to prefer PNG is something downstream refusing anything else.