logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

PPM Image Draw - Create Images with Script | Online Free DevTools by Hexmos

Create images with PPM Image Draw using custom scripts to add lines, text and shapes. Generate customized images using scripting. Free online tool, no registration required.

ppmdraw

Draw lines, text and more on a PPM image by executing a script. Documentation on the utilized scripting language can be found by following the link below. More information: https://netpbm.sourceforge.net/doc/ppmdraw.html.

  • Draw on the specified PPM image by executing the supplied script:

ppmdraw -script '{{setpos 50 50; text_here "hello!"; }}' {{path/to/image.pnm}} > {{path/to/output.pnm}}

  • Draw on the specified PPM image by executing the script in the specified file:

ppmdraw -scriptfile {{path/to/script}} {{path/to/image.pnm}} > {{path/to/output.pnm}}

See Also