Popular recipes tagged "imaging" but not "pil"http://code.activestate.com/recipes/tags/imaging-pil/2014-01-15T22:45:11-08:00ActiveState Code RecipesUsing pngcanvas, a pure Python PNG library (Python) 2014-01-15T22:45:11-08:00Vasudev Ramhttp://code.activestate.com/recipes/users/4173351/http://code.activestate.com/recipes/578811-using-pngcanvas-a-pure-python-png-library/ <p style="color: grey"> Python recipe 578811 by <a href="/recipes/users/4173351/">Vasudev Ram</a> (<a href="/recipes/tags/image_processing/">image_processing</a>, <a href="/recipes/tags/imaging/">imaging</a>, <a href="/recipes/tags/png/">png</a>, <a href="/recipes/tags/pngcanvas/">pngcanvas</a>, <a href="/recipes/tags/python/">python</a>). </p> <p>This recipe shows a simple example of how to use pngcanvas, a pure Python library for PNG image creation.</p> Using the python imaging library to generate degraded letter stimuli (Python) 2008-09-06T05:24:33-07:00Kaushik Ghosehttp://code.activestate.com/recipes/users/4166965/http://code.activestate.com/recipes/576490-using-the-python-imaging-library-to-generate-degra/ <p style="color: grey"> Python recipe 576490 by <a href="/recipes/users/4166965/">Kaushik Ghose</a> (<a href="/recipes/tags/imaging/">imaging</a>, <a href="/recipes/tags/library/">library</a>, <a href="/recipes/tags/science/">science</a>, <a href="/recipes/tags/stimuli/">stimuli</a>, <a href="/recipes/tags/visual/">visual</a>). </p> <p>Code to generate degraded letter stimuli, as used in the paper "The remarkable inefficiency of word recognition" (Pelli et al. 2003). Utilizes the Python Imaging Library, and is an example of the usage of this library.</p>