Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 964 Bytes

development.md

File metadata and controls

51 lines (37 loc) · 964 Bytes

Development

Calibration

Corners of landscape calibration image:

( (200, 100)  -- Red
, (900, 100)  -- Green
, (800, 400)  -- Blue
, (100, 300)  -- Magenta
)

Benchmarking

Use the -bench flag to benchmark [ImageMagick] operations. For example:

convert \
  doc.jpg \
  -bench 50 \
  -virtual-pixel black \
  -define distort:viewport=1191x598+0+0 \
  -distort Perspective \
    '277,181 0,0 214,776 0,598 1405,723 1191,598 1256,175 1191,0' \
  +repage \
  doc-fixed.jpg

Generate Icons

With https://gist.github.com/zlbruce/883605a635df8d5964bab11ed75e46ad:

svg2icns icon.svg

New Release

  • Bump version number
  • Create new release on GitHub
    • Download artifacts, fix file permission, zip them, add them to release
  • Update the cask file
  • Update version on Gumroad