Skip to content

It goes through directory, collects every single png (maybe i'll extend this later) and compile it to a one single image with given proportions (3x4, 4x5, 9x16 etc)

Notifications You must be signed in to change notification settings

recallyourname/images-in-dir-concatenator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

It was made to concatenate (to merge) a bunch of PNGs in directory into a single file with given side proportion like 3x4 4x5 9x16. Maybe i will extend it to work with other type of files. Maybe i will make it work properly on any given side proportion (it does not for some reason)

QUICK GUIDE
  • You have yourself a nice little directory filled with pictures (I made it for telegram stickers, downloaded with this gentleman's repository
  • You run this .py file within this directory (MAYBE i'll make a directory selector (probably not))
  • it creates a /results/ directory and saves a result image inside it (works on windows, never tested in linux file system, probably won't work, idc (maybe will fix))

About

It goes through directory, collects every single png (maybe i'll extend this later) and compile it to a one single image with given proportions (3x4, 4x5, 9x16 etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages