Skip to content

API to create n color separations for posted images. Useful for generating separation files for Risograph printing and screen printing.

Notifications You must be signed in to change notification settings

hicks2evan/color-separator

Repository files navigation

color-separator

API to create n color separations for posted images. Useful for generating separation files for Risograph printing and screen printing.

Local example:

curl --location 'http://localhost:3001/separate' \
--form 'image=@"[YOUR PNG PATH]"' \
--form 'colors="[\"#FFFFFF\",\"#000000\"]"'

[
    "separationacIfdr.png",
    "separationSsooWy.png"
]
curl --location 'http://localhost:3001/file/separationiLnWMm.png' \
--header 'Accept: image/png' --output response.png

-- response.png

example example gif

About

API to create n color separations for posted images. Useful for generating separation files for Risograph printing and screen printing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published