The python-imaging-library tag has no wiki summary.
14
votes
8answers
15k views
Installing PIL (Python Imaging Library) in Win7 64 bits, Python 2.6.4
I'm trying to install said library for use with Python. I tried downloading the executable installer for Windows, which runs, but says it doesn't find a Python installation. Then tried registering ...
7
votes
2answers
491 views
Extending a PIL decoder
I have a file which contains a single image of a specific format at a
specific offset. I can already get a file-like for the embedded image
which supports read(), seek(), and tell(). I want to take ...
4
votes
2answers
308 views
Dividing binary image into 'blocks' of pixel data
I am using Python and PIL as part of my work on embedding data in binary images and need to analyse groups of pixels to determine appropriate pixels to manipulate in order to embed data. The image ...
4
votes
2answers
4k views
The _imaging C module is not installed
I have a bit of a problem and don't know where to look for answers, hopefully someone has come across it.
I have PIL(Python imaging library installed)
when I run python
import PILimport Image
...
3
votes
3answers
106 views
How do I filter the thick edges of an image?
I am using the Python image library for some basic image operations. I wish to do detect edges of an image, but only the thick ones.
How can I do this?
3
votes
1answer
693 views
Is there any way to improve tesseract OCR with small fonts?
I'm trying to use tesseract-OCR via python-tesseract to read a low resolution font that looks like this:
Unfortunately that image returns
ZIJZHZI
I think the resolution is too low and that is ...
3
votes
1answer
2k views
How to invert colors of image with PIL (Python-Imaging)?
I need to convert series of images drawn as white on black background letters to images where white and black are inverted (as negative). How can I achieve this using PIL?
2
votes
1answer
60 views
Using 3rd Party Libraries in Python
I'm currently writing a simple Python (2.7) program using the Python Image Library. How can I make my program portable, so that I can run in on another computer (that doesn't already have PIL ...
2
votes
3answers
100 views
Using multi-threading to process an image faster on python?
On a Python + Python Image Library script, there's a function called processPixel(image,pos) that calculates a mathematical index in function of an image and a position on it. This index is computed ...
2
votes
1answer
187 views
Anything faster than ImageMagick?
Is there anything faster to ImageMagick ? I'm processing images with different kind of filters so to create effects like old photo, oil paint etc.
2
votes
2answers
50 views
Visual model of coordinated system in Python
I have some output which reads like:
(x0, y0, z0) : (x1, y1, z1)
The data represents spacial transformations. I would very much appreciate any sort of method which will visually map that data to an ...
2
votes
0answers
388 views
Error exit status 2 trying to install PIL with pip in virtualenv on windows 7
Trying to install PIL via pip in my virtualenv. However I get this error.
C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -Ic:\My_Pro
...
2
votes
1answer
170 views
sorl-thumbnail unit tests fail by 1 pixel (!)
I'm using sorl-thumbnail in a Django 1.2 (currently 1.2 RC) project and getting a surprising failure of four of sorl's built-in unit tests. Essentially, the resized images are all 1px shorter than the ...
2
votes
2answers
866 views
Error Converting PIL B&W images to Numpy Arrays
I am getting weird errors when I try to convert a black and white PIL image to a numpy array. An example of the code I am working with is below.
if image.mode != '1':
image = ...
2
votes
1answer
651 views
django / python get image from url and display on site
Given a url to an image is there a way in Django/Python to pull this image in and then display it on my site (resized if possible)
Thanks
1
vote
1answer
30 views
How to return in-memory PIL image from WSGI application
I've read a lot of posts like this one that detail how to dynamically return an image using WSGI. However, all the examples I've seen are opening an image in binary format, reading it and then ...
1
vote
1answer
44 views
Forcibly discarding Python Imaging Library images to reclaim memory
I have a program that loads and processes lots of images, of this form:
for fn in filenames:
im = Image.open(fn)
get_some_basic_stats(im)
When run on many images the Python process ends up ...
1
vote
2answers
265 views
Equivalent python functions for several matlab image processing functions
Is there an equivalent python function for each of the following (maybe in the PIL??):
edge(image, 'canny')
strel('line',..)
strel('diamond',1)
imdilate(...)
imfil(...)
imerode(...)
...
1
vote
2answers
289 views
PIL: enlarge an image
I'm having trouble getting PIL to enlarge an image. Large images get scaled down just fine, but small images won't get bigger.
# get the ratio of the change in height of this image using the
# by ...
1
vote
1answer
773 views
How to write PIL image filter for plain pgm format?
How can I write a filter for python imaging library for pgm plain ascii format (P2). Problem here is that basic PIL filter assumes constant number of bytes per pixel.
My goal is to open feep.pgm ...
1
vote
1answer
224 views
Django ImageField: files dont get uploaded
I implemented some ImageFields in my model and installed PIL (not the cleanest install). Things seem to work as I get an upload button in the admin and when I call the .url property in the view I get ...
1
vote
2answers
262 views
What's the simplest way in Python to resize an image to a given bounded area?
I'd like to create a function, like:
def generateThumbnail(self, width, height):
"""
Generates thumbnails for an image
"""
im = Image.open(self._file)
im.thumbnail((width, ...
1
vote
1answer
99 views
how to displace an image in python?
I have an image size 400*200.
I have a frame size 400* 300.
I want to put the image in the center of frame. That is my image cordinate (0,0) starts with the frame cordinates (0,50).
1
vote
2answers
164 views
Can this image processing code be optimised to use less memory?
I have a python function that takes a string s-expression like "(add (sub 10 5) 5)", where "add" and "sub" are actually image processing functions, and evaluates and creates the image represented in ...
1
vote
3answers
518 views
create a grayscale image
I am reading binary data from one file that specifies intensity values across x and y coordinates (not a open-source image format) and want to convert it to a PNG image (or other widely supported ...
0
votes
2answers
26 views
Specifying file name and destination in get_thumbnail function of sorl thumbnail
I am using sorl thumbnail for the first time. I am working with Low Level API and using the get_thumbnail method.
As per the link, I successfully used im = get_thumbnail(my_file, '100x100', ...
0
votes
1answer
32 views
How to use solr thumbnail in django on windows environment
I am trying to use sorl-thumbnail to provide image thumbnails. I have followed the documentation properly.
I have installed memchached for windows, configured in the setting.py file.
I have also ...
0
votes
0answers
8 views
Python Image cropping
I am implementing a batch program using python. The requirement is that there is a logo in most images. Image size is not constant. I need to develop a program that will look for the logo pattern and ...
0
votes
1answer
47 views
How to get string data from a python PIL image object?
I'm trying to send the data of a gif file of a desktop through a socket to a remote desktop (for desktop sharing) but i can't get the string for the data using PIL, i don't know how to convert the Pil ...
0
votes
2answers
74 views
What is the fastest way to generate image thumbnails in Python?
I'm building a photo gallery in Python and want to be able to quickly generate thumbnails for the high resolution images.
What's the fastest way to generate high quality thumbnails for a variety of ...
0
votes
3answers
114 views
Django - Upload a valid image
I'm using Ubuntu, Django 1.3, Python 2.7.
When I try to upload certain types of image, I get this message:
Upload a valid image. The file you uploaded was either not an image or a corrupted image.
...
0
votes
1answer
125 views
Python Image Library: clean Downsampling
I've been having trouble trying to get PIL to nicely downsample images. The goal, in this case, is for my website to automagically downsample->cache the original image file whenever a different size ...
0
votes
2answers
195 views
Django - Saving an image manually to an ImageField field
The following code takes an image after it gets saved and makes a thumbnail out of it:
class Image(models.Model):
image = models.ImageField(upload_to='images')
thumbnail = ...
0
votes
1answer
69 views
Python API for C++
I have a code on C++, that creates file and writes data to it. Is it possible to use Python's functions to use Python's functionality in my C++ code? For example, I'd like to do this:
# Content of ...
0
votes
1answer
244 views
Rotate image uploaded via email using PIL for Django website
My website allows users to upload photos to their gallery via email and it works perfectly. However, photos taken on the iPhone in portrait mode do NOT rotate correctly. I would like to rotate the ...
0
votes
0answers
306 views
PIL convert('L') to greyscale distorts some images
I'm converting some images to greyscale with the easy-thumbnails Django app. Most of them are fine, but a handful are getting partially or totally messed up. The same error is occurring on two ...
0
votes
1answer
296 views
How to draw coastlines over a custom map without resampling
I would like to display a satellite image (preferably using python, but other solutions are welcome). It consists in a floating-point parameter P, with dimension NxM, and each pixel is geolocated by ...
0
votes
1answer
478 views
Converting raw binary data into an image file?
I'm trying to read a field from an Active Directory entry which contains raw jpeg binary data. I'd like to read that data and convert it to an image file for use in my django-based application. I ...
0
votes
1answer
120 views
Problem in the installed PIL
I have python 2.4 and needed to install PIL. After installing it, from python interpreter
>>> import Image
>>> import PIL
>>> import _imaging
ImportError: ...
0
votes
1answer
328 views
How do the PIL ImageFilter enhancement filters work?
Where can I find information on what algorithms the PIL ImageFilter functions use? Like how does edge_enhance work? I'm looking to implement a difference of Gaussians filter but if PIL has a filter ...
0
votes
1answer
442 views
centos libjpeg error _imaging
I am trying to get my libjpeg working with python with little or no luck.
I have followed this tutorial to get it up and running http://blaolao.com/setting-up-django-mysql-mysql-python-pil-etc on my ...