#2094: [with patch, needs more work] Add jpeg support to gd
-------------------------------+--------------------------------------------
Reporter: boothby | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-3.1.3
Component: graphics | Resolution:
Keywords: editor_craigcitro |
-------------------------------+--------------------------------------------
Comment (by mhampton):
One more note: since gd has evolved to 2.0.35, I tried installing that and
it seemed to work but the suggested test still crashed with
{{{
sage: import gd, os, cStringIO, urllib2
---------------------------------------------------------------------------
ImportError Traceback (most recent call
last)
/Volumes/D/sage-3.1.2/<ipython console> in <module>()
/Volumes/D/sage-3.1.2/local/lib/python2.5/site-packages/gd.py in
<module>()
8 library."""
9
---> 10 import _gd
11 from _gd import *
12 del image
ImportError: dlopen(/Volumes/D/sage-3.1.2/local/lib/python2.5/site-
packages/_gd.so, 2): Symbol not found: _gdImageCreateFromJpeg
Referenced from: /Volumes/D/sage-3.1.2/local/lib/python2.5/site-
packages/_gd.so
Expected in: dynamic lookup
}}}
although I might have messed up in manually installing gd-2.0.35.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2094#comment:17>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---