Fredrik Lundh is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

effbot / pil-2009-raclette http://effbot.org/zone/pil-index.htm

Work repository for PIL 1.1.7 and beyond. The "default" branch should be fairly solid, the other branches less so. For production use, see the pil-117 repository.

Clone this repository (size: 1.6 MB): HTTPS / SSH
hg clone https://bitbucket.org/effbot/pil-2009-raclette
hg clone ssh://hg@bitbucket.org/effbot/pil-2009-raclette
Branch
numpy
Filename Size Date modified Message
fonts
images
README.txt 112 B Ultra-minimalistic test runner.
run.py 1.8 KB One tweak, two tweaks.
test_000_sanity.py 549 B Test tweaks (work in progress). Still only basic API sanity.
test_file_bmp.py 274 B Test tweaks.
test_file_gif.py 940 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_file_jpeg.py 2.9 KB Auto-run test functions; don't assume that tests that are not run at all are successful.
test_file_pcx.py 787 B More tests.
test_file_png.py 3.5 KB Use base64 encoding for "malicious" file, to avoid virus warnings and other incidents.
test_file_ppm.py 287 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_file_tiff.py 1.3 KB Auto-run test functions; don't assume that tests that are not run at all are successful.
test_file_xbm.py 1.4 KB More tests.
test_font_bdf.py 301 B More tests.
test_font_pcf.py 701 B Better tempfile management in test system.
test_image.py 657 B More sanity checks.
test_image_array.py 1.4 KB Disabled mode 1 support for array interface.
test_image_convert.py 383 B More tests.
test_image_copy.py 280 B More tests.
test_image_crop.py 1.5 KB More tests.
test_image_draft.py 775 B More test boilerplate.
test_image_filter.py 2.1 KB Don't pretend that rankfilters work on palette images.
test_image_fromstring.py 55 B More test boilerplate.
test_image_getbands.py 667 B More sanity checks.
test_image_getbbox.py 55 B More test boilerplate.
test_image_getcolors.py 1.7 KB More tests.
test_image_getdata.py 661 B More tests.
test_image_getextrema.py 583 B More tests.
test_image_getim.py 55 B More test boilerplate.
test_image_getpalette.py 555 B More tests.
test_image_getpixel.py 55 B More test boilerplate.
test_image_getprojection.py 55 B More test boilerplate.
test_image_histogram.py 619 B More tests.
test_image_load.py 55 B More test boilerplate.
test_image_offset.py 55 B More test boilerplate.
test_image_paste.py 55 B More test boilerplate.
test_image_point.py 55 B More test boilerplate.
test_image_putalpha.py 836 B More tests.
test_image_putdata.py 55 B More test boilerplate.
test_image_putpalette.py 737 B More tests.
test_image_putpixel.py 55 B More test boilerplate.
test_image_quantize.py 55 B More test boilerplate.
test_image_resize.py 330 B More tests.
test_image_rotate.py 320 B More tests.
test_image_save.py 55 B More test boilerplate.
test_image_seek.py 55 B More test boilerplate.
test_image_show.py 55 B More test boilerplate.
test_image_split.py 1.4 KB More tests.
test_image_tell.py 55 B More test boilerplate.
test_image_thumbnail.py 55 B More test boilerplate.
test_image_tobitmap.py 55 B More test boilerplate.
test_image_tostring.py 55 B More test boilerplate.
test_image_transform.py 55 B More test boilerplate.
test_image_transpose.py 55 B More test boilerplate.
test_image_verify.py 55 B More test boilerplate.
test_imagechops.py 1.0 KB Basic ops/chops tests.
test_imagecolor.py 1.2 KB More tests.
test_imagedraw.py 315 B More tests.
test_imageenhance.py 84 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imagefile.py 81 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imagefilter.py 83 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imagegrab.py 125 B Fixes after clean environment build test.
test_imagemath.py 1.5 KB Added ImageMath tests.
test_imagemode.py 514 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imageops.py 1.5 KB More tests.
test_imageops_usm.py 1.8 KB Made unsharp mask and gaussian blur available as true filters.
test_imagepalette.py 84 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imagepath.py 81 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imageqt.py 123 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imagesequence.py 85 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imageshow.py 81 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imagestat.py 141 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imagetk.py 123 B Fixes after clean environment build test.
test_imagetransform.py 661 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imagewin.py 80 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_lib_image.py 565 B More tests.
test_lib_pack.py 1.8 KB Added pack/unpack test script.
test_numpy.py 1.8 KB Disabled mode 1 support for array interface.
tester.py 4.7 KB Added support for more formats to fromarray.
threaded_save.py 1004 B Added more sanity checks for simple operations.