handwriting2svg

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2024 License: MIT Imports: 5 Imported by: 0

README

handwriting2svg

Install

go install github.com/trymoose/handwriting2svg@latest

Usage

handwriting2svg [input] [output]

Usage of handwriting2svg:
  Converts a handwritten message retrieved by running this sql on the imessage database:
    SELECT payload_data FROM message WHERE balloon_bundle_id = 'com.apple.Handwriting.HandwritingProvider';
  Metadata is written to stderr.
  On non-zero exit data is invalid, and any files created will not be cleaned up.

  input (optional)
    Filename to read as input. If '-' or not specified stdin is used.
  output (optional)
    File to write to. If not specified stdout is used.

Example Output

example

iMessage Output

Screenshot

Screenshot

SMS

SMS

Documentation

Overview

handwriting2svg [input] [output]

Usage of handwriting2svg:

Converts a handwritten message retrieved by running this sql on the imessage database:
    SELECT payload_data FROM message WHERE balloon_bundle_id = 'com.apple.Handwriting.HandwritingProvider';
Metadata is written to stderr.
On non-zero exit data is invalid, and any files created will not be cleaned up.

input (optional)
  Filename to read as input. If '-' or not specified stdin is used.
output (optional)
  File to write to. If not specified stdout is used.

Directories

Path Synopsis
pkg
svg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL