Tagged Questions
0
votes
0answers
46 views
Need a pure python library for reading a group3 TIFF (fax image)
I am trying to decode a group3 TIFF. This TIFF data is 1bit group3 compressed. It's what is generated by a FAX machine aka CCIT T.4 - http://www.fileformat.info/mirror/egff/ch09_05.htm
I can not ...
2
votes
1answer
45 views
Loading a blob(Google app Engine) into PIL or NumPy
I'd like to be able to load a blob(image into the Python Image Processing Library or into a numpy array for analysis(such as mean, median, standard deviation) without using the serving url.
Here is ...
0
votes
1answer
45 views
PIL Module and 500 Server Error when running foursquare connected app
I am getting the following errors even though I downloaded and installed PIL in for my foursquare connected app. Need some help please.
Could not initialize images API
500 Server Error
0
votes
2answers
237 views
Can't get Google App Engine Images API get_serving_url function to work
I'm new to Google App Engine and Python. I've almost completed a project, but can't get the get_serving_url() function to work. I've stripped everything down to the most basic functionality, ...
0
votes
1answer
77 views
Cannot get jpeg support with PIL on OSX
I'm trying to run Google App Engine with the PIL library & jpeg support in order to make use of the images module in GAE.
Here is what I have done so far:
I downloaded the tarball for PIL 1.1.7 ...
1
vote
2answers
94 views
Using PIL to draw image on App Engine
I have read the topic "App Engine, PIL and overlaying text".
The code below will show a broken image, how should I correct that?
class TestImg(webapp2.RequestHandler):
def get(self):
...
3
votes
1answer
119 views
What system fonts are available to PIL on Google App Engine?
What fonts are available to use with PIL on App Engine?
I know I can upload a font as part of the application but what I basically want is a system provided sans-serif that will work with unicode ...
1
vote
1answer
130 views
PIL Module with PyDev
I am new to Python and also Google App Engine, but I am stuck up with the installations of it and its compatibility. I am using mac os -x and eclipse helios and got the pyDev plugin installed but in ...
0
votes
0answers
26 views
Can't access PIL on AppEngine local dev server (OS X 10.8, Python 2.7) [duplicate]
Possible Duplicate:
how to install PIL on mac os x 10.7.2 Lion
I'm having a problem accessing PIL (Python Imaging Library) when running AppEngine local development server (OS X 10.8.2, ...
1
vote
1answer
240 views
loading image from filesystem google app engine
Is it possible to use the google app engine python imaging library, from a python script, to load an image file from the local filesystem? Or must images be loaded from the datastore? I can ...
2
votes
3answers
424 views
App Engine, PIL and overlaying text
I'm trying to overlay some text over an image on GAE. Now they expose the PIL library it should not be problem.
Here's what I have. It works, but I can't help think I should be writing directly to ...
1
vote
3answers
109 views
Import Image works on GAE but not in dev_appserver.py
I'm using PIL for a GAE application, and have been importing the PIL modules directly using
import Image, ImageDraw, ImageChops,
The application works correctly with no complaints when uploaded to ...
0
votes
1answer
94 views
Appengine image crop tool returns None
I am trying to crop images using the google.appengine.api.images.
Unfortunately trying to crop an image with size 612x612 with these parameters returns None:
(0.0, 0.14052287581699346, 1.0, ...
1
vote
1answer
272 views
Why doesn't PIL load locally while running Google App Engine Python 2.7 Mac OSX?
I am using Google App engine on Mac OSX 10.7.4. When I load PIL from the commandline, everything works fine. However, when I load it from the GAE local environment, i.e.:
import Image
Gives me ...
0
votes
1answer
113 views
App Engine SDK PIL error
I am developing Python application for Google App Engine on MacOS and I am having troubles trying to setup PIL for local development. I am running Python 2.5 in virtualenv and I also installed PIL ...
0
votes
2answers
293 views
“image contains error”, trying to create and display images using google app engine
Hello all the general idea is to create a galaxy-like map. I run into problems when I try to display a generated image. I used Python Image library to create the image and store it in the datastore.
...
0
votes
1answer
95 views
GAE image feature not working despite successful PIL installation
I followed the PIL installation at http://nyteshade.posterous.com/macos-x-107x-python-27-and-pil and I believed I have successfully installed it. (Typing "import Image" at the python console doesn't ...
2
votes
2answers
609 views
Image response in Google App Engine
I am saving a user's image as a BlobProperty by doing:
user.image = urlfetch.fetch(image_url).content
Then I'm rendering that image using a url such as:
/image/user_id
The image must be saving ...
1
vote
1answer
252 views
google app engine get_serving_url() is not defined
It seems like an easy problem yet I cant figure it out:
I call get_serving_url() function in my code and get en error:
NameError: global name 'get_serving_url' is not defined
my import ...
0
votes
3answers
784 views
PIL ValueError: not enough image data?
I'm getting an error with its message as above when I tried to fetch an image from a URL and converting the string in its response to Image within App Engine.
from google.appengine.api import ...
2
votes
1answer
556 views
Google App Engine (So “Pure Python”): Convert PDF to Image
In Google App Engine, I need to be able to take an uploaded PDF and convert it to an image (or maybe one day a number of tiled images) for storing and serving back out. Is there a library that will ...
5
votes
3answers
953 views
Merge 2 images using google app engine and python?
I want to merge 2 images and that too at specific location of 1st image.
Example:
1st image: x.png (400 X 400px)
2nd image: y.png (at 100,100 co-ordinates)
How can i do this using python in google ...
0
votes
0answers
242 views
Could not install PIL on Snow Leopard [duplicate]
Possible Duplicate:
How to install PIL on Mac OSX 10.5.8 for Google App Engine?
I changed the version of Python on my machine to 2.5.4 from 2.6.1.
I tried to install PIL using the dmg ...
18
votes
7answers
5k views
How to install PIL on Mac OSX 10.5.8 for Google App Engine?
I need to get PIL installed locally to test GAE's images api in my local environment.
I grabbed the PIL 1.1.6 installer for Mac, and when I go to select the destination (when installing), I get the ...
4
votes
2answers
1k views
GAE: How to get the blob-image height
Given is the follwing model on GAE:
avatar = db.BlobProperty()
By calling the image instance properties height or width (see documentation) with:
height = profile.avatar.height
the following ...
1
vote
1answer
402 views
Pixel by pixel operation on image in Google App Engine using Python
I would like to go over an image and do some pixel by pixel operation. The image API provided by Google App Engine seems to be incapable to do this. And it doesn't include Python Imaging Library. So, ...
2
votes
3answers
2k views
Trouble using PIL with Google Appengine SDK
I have a Windows Server 2008 R2 (64bits) machine on which I wanted to develop a google AppEngine app.
So I installed Python 2.5.4 from python.org (because the Google SDK said I needed 2.5 and 2.5.6 ...
2
votes
3answers
642 views
Django form in Google App Engine unable to find module PIL
There are actually a couple of questions here. For what I'm doing, I'm doing a basic image upload with Django 1.1 and Google App Engine. Here is my form class:
class UploadPictureForm(forms.Form):
...
3
votes
4answers
1k views
App Engine image resize without maintaining aspect ratio?
When I call resize on images using app engine, they maintain their aspect ratio - I don't end up with the size I ask for.
I'm trying to make rectangular pixel NTSC images from square pixel sources, ...
2
votes
3answers
476 views
How can I make images so that appengine doesn't make transparent into black on resize?
I'm on the google appengine, and trying to resize images. I do :
from google.appengine.api import images
image = images.resize(contents, w, h)
And for some images I get a nice transparent resize, ...
9
votes
5answers
6k views
Unable to find the Python PIL library.Google App Engine
Installed the Google App Engine SDK.Python 2.6 perfect.
Wanted to go into images, and test locally.Installed PIL
Installed Python, then ran the PIL install, worked this time.
Things seemed good, but ...
5
votes
4answers
1k views
Replacing Functionality of PIL (ImageDraw) in Google App Engine (GAE)
So, Google App Engine doesn't look like it's going to include the Python Imaging Library anytime soon. There is an images api, but it's paltry, and inadequate for what I need.
I'm wondering what ...
4
votes
1answer
885 views
Alternative Python imaging libraries on Google App Engine?
I am thinking about uploading images to Google App Engine, but I need to brighten parts of the image. I am not sure if the App Engine imagine API will be sufficient. I consider to try an overlay with ...