Skip to content

Batch convert 3DS photos to red-cyan anaglyphic images with Python & PIL

Notifications You must be signed in to change notification settings

r4dian/3ds-to-anaglyphic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3ds to anaglyphic photo converter

Batch convert 3DS photos to red-cyan anaglyphic images with Python 3 & PIL Pillow.

Converts 3DS photos to anaglyphic images, for viewing on devices without 3d screens using your (my) 2 coloured 80s nerd glasses.

Requirements: A version of Pillow from after 25 Jul 2014 which is when MPO format support was added.

Use:

python 3ds2anaglyph.py file1.mpo file2.mpo ....etc

Creates .jpgs alongside the .MPO files you feed it, so if the SD card is full it'll fail unless you copy the .MPO files to another folder first.

Windows .exe file included for people who can't/won't install Python. Just drag & drop a bunch of .MPO files onto the .exe file.

Currently only produces images for red (left-eye) / cyan (right eye) glasses.

Example output

Example output: Heidi the Cat

About

Batch convert 3DS photos to red-cyan anaglyphic images with Python & PIL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages