Quick Start¶
1. Scan for Printers¶
Turn on your Instax Link printer and scan:
Expected output:
2. Check Printer Status¶
Connected: yes
Printer: INSTAX-12345678
Model: Instax Mini Link
Battery: 85%
Film: 8 remaining
Prints: 42
3. Print an Image¶
The image is automatically resized to fit your printer model. Use --fit to control how:
# Crop to fill (default) — may cut edges
instantlink print photo.jpg --fit crop
# Contain within bounds — adds white bars
instantlink print photo.jpg --fit contain
# Stretch to exact dimensions
instantlink print photo.jpg --fit stretch
Color Mode¶
Choose between vivid and classic film colors:
# Rich mode (default) — vivid colors
instantlink print photo.jpg --color-mode rich
# Natural mode — classic film look
instantlink print photo.jpg --color-mode natural
JPEG Quality¶
Control output quality (affects file size):
Quality automatically reduces if the image exceeds 105KB.
4. LED Control¶
# Set LED to a color
instantlink led set "#FF6600" --pattern breathe
# Turn LED off
instantlink led off
5. JSON Output¶
All commands support --json for machine-readable output:
{
"connected": true,
"name": "INSTAX-12345678",
"model": "Instax Mini Link",
"battery": 85,
"is_charging": false,
"film_remaining": 8,
"print_count": 42
}
Multiple Printers¶
Target a specific printer by name: