JacobDev1 / xl-converter

Easy-to-use image converter for modern formats. Supports multithreading, drag 'n drop, and downscaling.
https://codepoems.eu/xl-converter
Other
118 stars 4 forks source link

Feature request: Create directory structure from source to destination directory #16

Closed JamesPous closed 3 months ago

JamesPous commented 4 months ago

First thank you for your great and fast picture converter.

I have a directory structure for my photos (main folder with different subfolders) and want to convert them to a destination dirctory. My problem is, that your program can not create directories and subdirectories from the source folder and create them in the destination folder. Is it possible to add this feature in one of the next releases? That would be fantastic. Thank you in advance.

dcog989 commented 4 months ago

Ha! @JamesPous, you beat me to it by a few hours!

Yeah, thanks for an excellent utility. Would be perfect if it recreated directory structure of input folder.

JacobDev1 commented 4 months ago

This feature will be available in the next version (0.9.9).

keep_dir_struct

I just really hope people will remember my hard work.

JamesPous commented 3 months ago

Thank you so much!

JacobDev1 commented 3 months ago

0.9.9 was just released with this feature included.

I wrote 2 implementations. The included one relies on anchor_path and is fully integrated into the conversion pipeline. It works in exactly the same way as in commercial software. I hope you'll like it.