JPEG is a practical format for opaque photographs. Its quality value trades file size against visible compression; the Rastry pipeline accepts integer quality from 1 to 100.
Convert to JPEG
rastry photo.png --to jpeg --quality 84 --dry-runJPEG does not preserve transparency. If the source uses an alpha channel, add a solid padding background or choose PNG or WebP when transparency is part of the design.