Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 269 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 269 Bytes

PrimeImage

Creates a prime of given size from an image

Usage:

python2 find_prime.py [Image path] {Number of digits in prime}

or:

python2 find_prime.py [Image path] {width} {height}

Requirements:

  • Python 2
  • PIL
  • imagemagick with convert executable