You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to process an entire directory like this:
deface "pics/" --replacewith mosaic --mosaicsize 20 --thres 0.4 --output "_mosaic20.jpg"
I tried different parameters and would like to use a different postfix for them (e.g. "mosaic20"). The issue is that the output path will be the same for all images (or I'm not understanding something).
IMO, it would make a lot of sense to add a parameter "postfix" that simply adds a specified postfix to all outputs.
The text was updated successfully, but these errors were encountered:
First, thank you for an amazing package!
I'm trying to process an entire directory like this:
deface "pics/" --replacewith mosaic --mosaicsize 20 --thres 0.4 --output "_mosaic20.jpg"
I tried different parameters and would like to use a different postfix for them (e.g. "mosaic20"). The issue is that the output path will be the same for all images (or I'm not understanding something).
IMO, it would make a lot of sense to add a parameter "postfix" that simply adds a specified postfix to all outputs.
The text was updated successfully, but these errors were encountered: