#7345: New libtiff package
---------------------------+------------------------------------------------
   Reporter:  timdumol     |       Owner:  timdumol    
       Type:  enhancement  |      Status:  needs_review
   Priority:  major        |   Milestone:              
  Component:  packages     |    Keywords:              
     Author:  Tim Dumol    |    Upstream:  N/A         
   Reviewer:               |      Merged:              
Work_issues:               |  
---------------------------+------------------------------------------------
Changes (by timdumol):

  * status:  needs_work => needs_review


Old description:

> This is used by PIL (c.f. #7273). Inclusion as an optional or even as a
> standard package would be helpful.
>
> The package is here:
> http://sage.math.washington.edu/home/timdumol/libtiff-3.9.1.p0.spkg

New description:

 This is used by PIL (c.f. #7273). Inclusion as an optional or even as a
 standard package would be helpful.

 The package is here:
 http://sage.math.washington.edu/home/timdumol/libtiff-3.9.4.spkg

--

Comment:

 Updated version found here:
 http://sage.math.washington.edu/home/timdumol/libtiff-3.9.4.spkg

 This should fix the OS X 10.6 problems (c.f. #7344).

 {{{
 sage: import Image
 sage: im = Image.open("<your-tiff-file-here>")
 sage: im = im.resize((im.size[0]/2,im.size[1]/2))
 sage: print im.format, im.size, im.mode
 TIFF (455, 495) 1
 sage: im.show()
 sage: im.save("wherever.tiff")
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7345#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
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.

Reply via email to