mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-31 16:07:30 +03:00 
			
		
		
		
	
							parent
							
								
									0c47ce00b1
								
							
						
					
					
						commit
						7a866e7431
					
				|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| import os | import os | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import FontFile, BdfFontFile | from PIL import FontFile, BdfFontFile | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| from PIL import ImageFilter | from PIL import ImageFilter | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class TestImage(PillowTestCase): | class TestImage(PillowTestCase): | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class TestImageGetExtrema(PillowTestCase): | class TestImageGetExtrema(PillowTestCase): | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena, py3 | from helper import unittest, PillowTestCase, lena, py3 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class TestImageGetIm(PillowTestCase): | class TestImageGetIm(PillowTestCase): | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class TestImageGetPalette(PillowTestCase): | class TestImageGetPalette(PillowTestCase): | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class TestImageHistogram(PillowTestCase): | class TestImageHistogram(PillowTestCase): | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class TestImage(PillowTestCase): | class TestImage(PillowTestCase): | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| import sys | import sys | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import ImagePalette | from PIL import ImagePalette | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class TestImageResize(PillowTestCase): | class TestImageResize(PillowTestCase): | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class TestImageRotate(PillowTestCase): | class TestImageRotate(PillowTestCase): | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class TestImageThumbnail(PillowTestCase): | class TestImageThumbnail(PillowTestCase): | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena, fromstring | from helper import unittest, PillowTestCase, lena, fromstring | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class TestImage(PillowTestCase): | class TestImage(PillowTestCase): | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, lena | from helper import unittest, lena | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class TestImageToBytes(unittest.TestCase): | class TestImageToBytes(unittest.TestCase): | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| from PIL import ImageChops | from PIL import ImageChops | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, lena | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| from PIL import ImageColor | from PIL import ImageColor | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| from PIL import ImageColor | from PIL import ImageColor | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| from PIL import ImageEnhance | from PIL import ImageEnhance | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena, tostring | from helper import unittest, PillowTestCase, lena, tostring | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| from PIL import ImageFileIO | from PIL import ImageFileIO | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import ImageFilter | from PIL import ImageFilter | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| from PIL import ImageDraw | from PIL import ImageDraw | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| try: | try: | ||||||
|     from PIL import ImageGrab |     from PIL import ImageGrab | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| from PIL import ImageMath | from PIL import ImageMath | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import ImageMode | from PIL import ImageMode | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import ImageOps | from PIL import ImageOps | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| from PIL import ImageShow | from PIL import ImageShow | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| from PIL import ImageStat | from PIL import ImageStat | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class TestImageTk(PillowTestCase): | class TestImageTk(PillowTestCase): | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| from PIL import ImageTransform | from PIL import ImageTransform | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| from PIL import ImageWin | from PIL import ImageWin | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase | from helper import unittest, PillowTestCase | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, py3 | from helper import unittest, PillowTestCase, py3 | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| from test.helper import unittest, PillowTestCase, lena | from helper import unittest, PillowTestCase, lena | ||||||
| 
 | 
 | ||||||
| from PIL import Image | from PIL import Image | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user