Bitmap/PPM conversion through a pipe: Difference between revisions

Content added Content deleted
Line 7: Line 7:


I use the <code>magick</code> command from ImageMagick. You need all the source files from [[Bitmap#ATS]], [[Bitmap/Read_a_PPM_file#ATS]], and [[Bitmap/Write_a_PPM_file#ATS]]. (You do ''not'' need the files from [[Grayscale_image#ATS]].)
I use the <code>magick</code> command from ImageMagick. You need all the source files from [[Bitmap#ATS]], [[Bitmap/Read_a_PPM_file#ATS]], and [[Bitmap/Write_a_PPM_file#ATS]]. (You do ''not'' need the files from [[Grayscale_image#ATS]].)

See also [[Bitmap/Read_an_image_through_a_pipe#ATS]].


<syntaxhighlight lang="ats">
<syntaxhighlight lang="ats">