jarun / imgp

:camera_flash: Fast batch image resizer and rotator
GNU General Public License v3.0
1.03k stars 50 forks source link

How to specify a destination directory? #11

Closed rocchidavide closed 8 years ago

rocchidavide commented 8 years ago

Is it possible to specify a destination directory for the output?

jarun commented 8 years ago

If you mean output directory, no. imgp adds the _IMGP extension. The main reason it wasn't added is - we wanted to avoid locking files for exclusive writes. Keeps things simpler. Otherwise files from two different sources with the same name would have enforced it.

jarun commented 8 years ago

Moving *_IMGP* files to another directory is the only solution in this case.

rocchidavide commented 8 years ago

Ok, thank you