搜索资源列表
medfilt_dilate
- The medfilt() function uses the PIL filtering code. The dilate() function was written from scratch with NumPy.
pil-handbook
- PIL主要应用于图片处理方面,与GDAL不同,针对栅格图片,也就是常说的数字图像处理,而GDAL的处理数据包括矢量、栅格数据,与GIS结合相当紧密。 PIL的优势在于图片的数字处理,如:图片的大小,旋转,增强等。 -PIL handbook
PIL
- python image library,例子,直观形象,非常有用-python image library, examples, visual image, very useful
piltest
- 将其他图片格式转换为jpg的源码,python编写,需要pil图像处理库-The other is converted to jpg picture format of the source, python write, need to pil image processing library
yanzhengma
- python 实现的 生成验证码图片 使用了PIL库-python implementation verification code generated using the PIL image library
watermarking
- 一个简单的图像水印程序。 使用flask和python的PIL库。 给一张图片加上数字水印。 可能需要自己重新设置路径什么的-A simple image watermark program. Flask and python PIL library. To a picture with a digital watermark. May need to re-set the path
PIL-master
- a library written in python to process image
median
- Simple Median Filter for Image processing. Written for Python 2.7 and PIL (Python Image Processing Library is necessary) just run median.py
PIL
- PIC截图,通过PIC模块截取任意图像.程序有PUTHON 语言写成-PIC screenshots, intercept any image by PIC module
auto_image
- 利用PIL,自动生成验证码。 1.首先要安装pil(http://www.pythonware.com/products/pil/#pil117)最新办1.1。17-automation make the image for validating by PIL.
PIL-fork-1.1.7.win-amd64-py2.7
- pil win64位版,鉴于官网只有32位版本-pil win64
python3.5_Pillow
- windows平台下Python3.5下的Pillow包的基本应用(Basic codes for Pillow package of Python3.5 in windows)
imgs_show
- 在python3.6上,采用三种方式处理图片并显示的对比(On python3.6, the contrast of three ways to deal with pictures and display)
img_show
- pil,matplotlib,opencv三种方式显示图像,封装成函数,输入参数为np.array或者文件路径,包含了显示的图片文件(PIL, Matplotlib, opencv, the three ways of displaying images, encapsulated into functions, input parameters to np.array or file paths, including the displayed picture files)