shaun-sweet / image-processing-ui

0 stars 0 forks source link

Update JS to work with two image output Python scripts #14

Closed alkasm closed 7 years ago

alkasm commented 7 years ago

Updated multiple features on python scripts and in branch feature/two-image-outputs The changes are as follows:

  1. cspaceIO.py expects two destination paths, maskPath and maskedPath and writes to both image paths; further, we need to display both.

Use .png files for output paths!

Example usage:

python3 cspaceIO.py '{"paths":
    {"srcPath":"input/test.jpg",
    "maskPath":"output/test.png",
    "maskedPath":"output/test2.png"},
"cspaceLabel":"BGR",
"sliderPos":[50,100,50,100,50,100]}' 
shaun-sweet commented 7 years ago

Changed the label for the output path of the file

shaun-sweet commented 7 years ago

donezo