I am doing a bunch of linedrawings on N pages of paper. I would like to scan them in and have them converted to antialiased raster lines with the white becoming transparent.
- I know how to do batch scans to PNG with the correct RETA filename format. But this only gets me the original image... without transparency.
- I know how to use things like GIMP (Gnu Image Manipulation Program) to convert a single scanned image with black lines and white background into black lines and a transparent background. But this takes at least a minute per image (maybe faster but probably not)... so 60 frames would take a long long time to convert all the white backgrounds to transparent.
Does GTS do batch scanning and convert white to transparent?
Or do I need to batch scan and then use OpenToonz somehow to convert all the frames to transparency?
I could write a python script that would iterate over all the files then for each file iterate over all the pixels and do a select by color and convert to transparency and then write to file... but this I would prefer if there is a way with GTS or OpenToonz.