Skip to content

cthedark/z2300-python3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This fork refreshes the original script so that it runs on python3 and replaces the pyexiv2 which had been known to be problematic on some prominent OS's (Windows and some versions of MacOS) because of the c++ extension requirement.

Convert images to be compatible with Polaroid Z2300

http://www.amazon.com/Polaroid-Z2300-Digital-Instant-Camera/dp/B008GVXL1A

Purpose:

The printer on the Z2300 can be used to print images from other devices but if you try to print images that have been cropped on your PC then the Z2300 will reject them with "File Error".

This script will convert all images in the current working directory into a format compatible with the device.

Requirements:

Python and Python Imaging Library and piexif

python -m pip install pillow piexif

Usage:

Take a SD card and place all images you wish to print in

SDDRIVE:/DCIM/100NIKON/

Copy the python script to that directory.

Open a shell session in SDDRIVE:/DCIM/100NIKON and execute "python make_compatible.py".

Important:

NEVER execute this script on the original images. ALWAYS make a copy and operate on the copy.

About

Convert images so they are printable using the Polaroid z2300 printer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%