Skip to content

Break an image into small (4x6) individual photos that can be manually assembled into a large poster.

License

Notifications You must be signed in to change notification settings

beRto-/make_jumbo_print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make Jumbo Poster from Small Photos Assembled Together

Printing a poster-sized photo is expensive. Printing standard photos (4x6) is cheap.

This Python 3 script takes any photo and breaks it out into small pieces that can be printed as standard 4x6 prints. Those 4x6 prints can then be glued or taped together to create a large poster.

The script handles image scaling and checks for minimum DPI needed for printing. The output images each include a small address tag in the top corner, like "(1,1)", to make it easy to later know where each 4x6 photo needs to fit back into the poster.

NOTE: many print services automatically apply colour corrections to the prints. Given that each photo here is really just a small piece of a larger photo, colour correcting can give some "funny" results and make the final assembled poster look bad. It is best make any photo corrections on the original photos (before splitting it here), and then disable colour corrections from the print service.

Start with some photo

Original Image

2. The script splits it up into a series of standard photo-size images

Standard-Sized Photos

3. Tape the collection of photos onto some backing board and enjoy your large poster!

About

Break an image into small (4x6) individual photos that can be manually assembled into a large poster.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages