Skip to content

Map an image into a perspective transform under another one.

License

Notifications You must be signed in to change notification settings

coolreader18/imagemapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imagemapping

Map an image into a perspective transform under another one.

Useful for memes.

Usage

python3 imagemapping.py input.png output.png \
  --template tmpl.png \
  --coords '[(0, 0), (256, 0), (256, 256), (0, 256)]'

e.g., with the template provided in the tree:

python3 imagemapping.py input.png output.png -t kid.png -f kidcoords.png

License

This project is licensed under the MIT license. Please see the LICENSE file for more details.

About

Map an image into a perspective transform under another one.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages