instax_api
instax_api copied to clipboard
An Api for the Fujifilm Instax SP-2 printer written in Python
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Launched last month, the Instax Mini Link: https://instax.com/mini_link/en/ Same mini film at 800x600 resolution as the SP-2, but prints over Bluetooth instead of wifi, and uses a different Instax Mini...
Hi 👋 First of all thanks for this awesome library. Finally I can print to my SP-2 without relying on mobile apps ❤️ I'm wondering if you know if it's...
Hi! Excited to see this project, and I'm interested in SP-1 support. Using `sp2.py` as a base, initial communication with an SP-1 is successful if I remove: ```python printerSpecifications =...
I noticed I was getting errors on cropping images that were landscape—as far as I can tell, the middle `crop_rectangle` command in `instaxImage.py` is calculated incorrectly. Here's my hacky version...
I'm using the Raspberry Pi 2 Model 2 V1.1, I am connected to the instax printer by wifi and my WLAN is configured - i can see this in the...
After a couple of successful prints on the SP2 I tried to print a 3rd image and got the following error. All attepts failed. Disconnecting my debian system from the...
Is there a way to turn off the "auto shutdown" of Instax Share sp3? I was hoping that sending some commands (like getPrinterInformation) every minute will make it never go...
There are some references to wiki pages, but the wiki is not accessible. Could you please make the wiki public accessible? Thank you!
Tests To Write: - [x] Specifications Command (79) - [x] Specifications Response (79) - [x] Reset Command (80) - [x] Reset Response (80) - [x] Prep Printer Command (81) -...