Skip to content

Commit 1d748e9

Browse files
author
Karan Goel
committed
Merge pull request karan#371 from tushar-rishav/master
Python solution for bulk thumbnail creator via threading
2 parents 714cd2a + abd06ae commit 1d748e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ Threading
191191
**Bulk Thumbnail Creator** - Picture processing can take a bit of time for some transformations. Especially if the image is large. Create an image program which can take hundreds of images and converts them to a specified size in the background thread while you do other things. For added complexity, have one thread handling re-sizing, have another bulk renaming of thumbnails etc. [[averageprogrammer (Java)]](https://github.com/averageprogrammer/Bulk_Thumbnail_Creator)
192192
[[bhaskar4n(python)]](https://github.com/bhaskar4n/bulk-thumbnail-creator)
193193
[[SumedhArani(python)]](https://github.com/SumedhArani/Threading-Python)
194+
[[tushar-rishav(python)]](https://github.com/tushar-rishav/Pynail)
194195
Web
195196
---------
196197

0 commit comments

Comments
 (0)