Re: [Image-SIG] Need Tiff Help

2007-05-16 Thread Michele Petrazzo - Unipex srl

Brad Allen wrote:

Unfortunately PIL doesn't support TIFF Group 4 compressed images;
this is an increasingly common form of TIFF compression used for
black and white images such as faxes. I have tried to contact PIL
commercial support but don't know if they are still in business since
have not gotten a reply.



Good question! I see no posts from Fredrik Lundh (PIL maintainer I
think) since a lot of time...


In response to this deficiency in PIL,  Michele Petrazzo created
FreeImagePy which uses ctypes to access the FreeImage library.
However it is incomplete


I don't wrap some functions because I don't need them! Those are only
advanced and normally I don't use them into my programs.


and does not yet offer all the features of FreeImagePy, and I don't
think it has anything like Imagedraw (please correct me if I'm wrong
Michele).


This is right. I tried to do it, but the problem it's that I need a
freetype (I think that it's the only one that can help me to do this)
python binding that wrote the text strings by me. And now I have no time
for take my code into my hands and end the wrap...
If some one want to end it... :)

Michele


smime.p7s
Description: S/MIME Cryptographic Signature
___
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig


Re: [Image-SIG] Need Tiff Help

2007-05-16 Thread Joao S. O. Bueno Calligaris
Sorry - I have no time to help you right now. 
But yoiu really should try to make a PIL image object out of your read 
TIFF image with the other library,  so you can use everything 
available in PIL.

Regards,

js
--


On Tuesday 15 May 2007 22:18, Brad Allen wrote:
 At 6:53 AM -0400 5/10/07, Steve Holden wrote:
 Edmond Chand wrote:
   Hello Folks,
 
   New to python and trying to make an text branding application
  to batch process Tif G4 images. Where do I start does anyone
  have anything similar they are working on, thanks for helping.
 
 I used to have some code that I used to draw the text images for
  my web site if you think that might help - you just want to draw
  text over an image, right?
 
 If you check the docs for the Imagedraw module you'll find it's
  not that scary. I have never used TIFFs, though there's no real
  reason to suspect that they'll be significantly different from
  other formats.
 
 Let me know if you want me to dredge up the code.

 Unfortunately PIL doesn't support TIFF Group 4 compressed images;
 this is an increasingly common form of TIFF compression used for
 black and white images such as faxes. I have tried to contact PIL
 commercial support but don't know if they are still in business
 since have not gotten a reply.

 In response to this deficiency in PIL,  Michele Petrazzo created
 FreeImagePy which uses ctypes to access the FreeImage library.
 However it is incomplete and does not yet offer all the features of
 FreeImagePy, and I don't think it has anything like Imagedraw
 (please correct me if I'm wrong Michele).
 ___
 Image-SIG maillist  -  Image-SIG@python.org
 http://mail.python.org/mailman/listinfo/image-sig
___
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig


Re: [Image-SIG] Need Tiff Help

2007-05-15 Thread Brad Allen
At 6:53 AM -0400 5/10/07, Steve Holden wrote:
Edmond Chand wrote:
  Hello Folks,

  New to python and trying to make an text branding application to batch
  process Tif G4 images. Where do I start does anyone have anything similar
  they are working on, thanks for helping.

I used to have some code that I used to draw the text images for my web
site if you think that might help - you just want to draw text over an
image, right?

If you check the docs for the Imagedraw module you'll find it's not that
scary. I have never used TIFFs, though there's no real reason to suspect
that they'll be significantly different from other formats.

Let me know if you want me to dredge up the code.

Unfortunately PIL doesn't support TIFF Group 4 compressed images; this
is an increasingly common form of TIFF compression used for black and
white images such as faxes. I have tried to contact PIL commercial support
but don't know if they are still in business since have not gotten a reply.

In response to this deficiency in PIL,  Michele Petrazzo created FreeImagePy
which uses ctypes to access the FreeImage library. However it is incomplete
and does not yet offer all the features of FreeImagePy, and I don't think
it has anything like Imagedraw (please correct me if I'm wrong Michele).
___
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig


Re: [Image-SIG] Need Tiff Help

2007-05-10 Thread Steve Holden
Edmond Chand wrote:
 Hello Folks,
 
 New to python and trying to make an text branding application to batch
 process Tif G4 images. Where do I start does anyone have anything similar
 they are working on, thanks for helping.
 
I used to have some code that I used to draw the text images for my web 
site if you think that might help - you just want to draw text over an 
image, right?

If you check the docs for the Imagedraw module you'll find it's not that 
scary. I have never used TIFFs, though there's no real reason to suspect 
that they'll be significantly different from other formats.

Let me know if you want me to dredge up the code.

regards
  Steve

-- 
Steve Holden+1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd   http://www.holdenweb.com
Skype: holdenweb  http://del.icio.us/steve.holden
-- Asciimercial -
Get on the web: Blog, lens and tag your way to fame!!
holdenweb.blogspot.comsquidoo.com/pythonology
tagged items: del.icio.us/steve.holden/python
All these services currently offer free registration!
-- Thank You for Reading 
___
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig