Skip to content

Simple CLI for processing images to be printable from the instax SQ 10 camera

Notifications You must be signed in to change notification settings

eliasposen/instax_photo_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instax Photo Converter

Overview

A while back I was gifted an Instax SQ 10 digital polaroid camera. I found it a bit too bulky and the photos to be pretty poor quality so I wanted to use it as a polaroid printer. Unfortunately you cannot just load photos onto the microSD card and print them. They need to be square photos with some metadata attached in the form of a CSV file.

So I made this small CLI tool to crop the photos using pygame and generate the CSV files such that they could be printed from the camera.

Compatibility

This has only been tested with the Instax SQ 10 camera

Installation

conda create -n instax python=3.8
conda activate instax
poetry install

Usage

See usage via the CLI help message

instax-convert --help

About

Simple CLI for processing images to be printable from the instax SQ 10 camera

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages