Re: PIL and antialiasing problem

2004-12-06 Thread Fredrik Lundh
Laszlo Zsolt Nagy wrote: > Statement: Sometimes PIL is better than Adobe Photoshop. :-) > > I also found these with the aid of the wonderful dir() function: > > MinFilter, MaxFilter, MedianFilter, ModeFilter, RankFilter, BuiltInFilter > > They do not have a docstring and they are not documented in

Re: PIL and antialiasing problem

2004-12-02 Thread Will McGugan
Laszlo Zsolt Nagy wrote: Try running ImageFilter.MinFilter on the image before you thumbnail it. This should make dark lines thicker. HTH, Will McGugan You are my man! It worked perfectly! Statement: Sometimes PIL is better than Adobe Photoshop. :-) Happy to help :) I also found these with the aid

Re[2]: PIL and antialiasing problem

2004-12-02 Thread Laszlo Zsolt Nagy
> Try running ImageFilter.MinFilter on the image before you thumbnail it. > This should make dark lines thicker. > HTH, > Will McGugan You are my man! It worked perfectly! Statement: Sometimes PIL is better than Adobe Photoshop. :-) I also found these with the aid of the wonderful dir() function

Re: PIL and antialiasing problem

2004-12-02 Thread Belyh G.P.
Laszlo Zsolt Nagy wrote: Hi all, I have a little problem with PIL. I need to display images in a browser (thumbnails) (this is the selector window). I also need the original version of the image to be displayed in a Java applet. One example: thumbnail: http://designasign.biz/applet/GIF_Small/AIRCR

Re: PIL and antialiasing problem

2004-12-02 Thread Will McGugan
Laszlo Zsolt Nagy wrote: I tried to posterize or darken the images but I could not find a good solution. (I also tried to count the number of colors in the image and use this info.) Can you suggest an image filter and/or method that creates darker black lines from the original thin lines? Also it w

PIL and antialiasing problem

2004-12-02 Thread Laszlo Zsolt Nagy
Hi all, I have a little problem with PIL. I need to display images in a browser (thumbnails) (this is the selector window). I also need the original version of the image to be displayed in a Java applet. One example: thumbnail: http://designasign.biz/applet/GIF_Small/AIRCRAFT/a10per.png origina