Skip to content

Instantly share code, notes, and snippets.

@pydanny
Forked from ojii/additional_notes.txt
Created September 20, 2012 17:22
Show Gist options
  • Save pydanny/3757182 to your computer and use it in GitHub Desktop.
Save pydanny/3757182 to your computer and use it in GitHub Desktop.
PyCon Talk Proposal
A little over a year ago, frustration with the state of image processing in
Python led me to start a project called pymaging. Pymagig is a pure Python
image processing library that works on Python 2.x and 3.x. This talk will dive
into why I started this project, how I dug into the problems, what I learned
about image formats and my goesl for the future of this project.
A little over a year ago, I had no clue how images on computers actually
worked. Nevertheless, frustration with the current state of image processing in
Python and curiosity led me to starting a project called pymaging. This project
aims to become a pure Python image processing library that works on Python 2.x
and 3.x. Currently, that goal is only partially achieved with pymaging
supporting decoding for three formats and encoding in one, as well as a few
high level APIs to do common tasks. This talk will dive into why I started this
project, how I dug into the problems, what I learned about image formats and my
goals for the future of the project.
#TODO: Finish this
Purely Python Imaging with Pymaging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment