Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 445 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 445 Bytes

magstripe

This project conducts optical magnetic stripe decoding based on a visual image of a credit card, with magnetic developer applied. We concentrate on 'track 2'.

Run with:

./process.py magstripe.jpg

Requirements

  • Pillow
  • numpy
  • matplotlib
pip install Pillow
pip install numpy
pip install matplotlib

Please see https://www.anfractuosity.com/projects/optical-magnetic-stripe-reading/ for more information.