You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"default": {
|
|
|
|
"inputFile": "res/img.png",
|
|
|
|
"outputFile": "res/img_done.png",
|
|
|
|
"dpi": 500,
|
|
|
|
"flip": false,
|
|
|
|
"width": 0,
|
|
|
|
"filters": [
|
|
|
|
"gaussian",
|
|
|
|
"erode",
|
|
|
|
"blur"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"test1": {
|
|
|
|
"inputFile": "res/test_fp.png",
|
|
|
|
"outputFile": "res/test_fp_cpy.png",
|
|
|
|
"dpi": 500,
|
|
|
|
"flip": true,
|
|
|
|
"width": 0,
|
|
|
|
"filters": [
|
|
|
|
"gaussian",
|
|
|
|
"erode",
|
|
|
|
"blur"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"test2": {
|
|
|
|
"inputFile": "res/test_fp.png",
|
|
|
|
"outputFile": "res/test_fp_cpy.png",
|
|
|
|
"dpi": 1000,
|
|
|
|
"flip": false,
|
|
|
|
"width": 500,
|
|
|
|
"filters": [
|
|
|
|
"gaussian",
|
|
|
|
"dilate"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|