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