docs: document pdf to-images/from-images, image diff, ImageMagick filters (MK-11) #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/update-docs-MK-11"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Bring the README up to date with commands that shipped but were never documented (MK-11).
monkey pdf to-images(rasterize PDF pages viapdftoppm) andmonkey pdf from-images(bundle images into a PDF) sections.monkey image diffsection (per-pixel image comparison).monkey image <filter>list into G'MIC-inspired and ImageMagick-inspired groups and add the six previously-undocumented ImageMagick filters:shave,deskew,colors,colorspace,contrast-stretch,density.poppler-utils(pdftoppm) in both the runtime-image and static-binary install instructions, sincepdf to-imagesneeds it.Why
The README documented only
monkey pdf extract-imagesand 13 of the 19 image filters, and omittedimage diffentirely. A reader could not discover half the PDF surface or the ImageMagick op set from the docs.Scope
Documentation only. No code change; flag names, defaults, and enum values were verified against
src/main.rsandsrc/image/mod.rsrather than guessed.