mirror of
				https://github.com/johnwhitington/cpdf-source.git
				synced 2025-06-05 22:09:39 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			279 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			279 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
| # CHAPTER 13. Images
 | |
| 
 | |
| def getImageResolution(pdf, min_required_resolution):
 | |
|     """Return a list of all uses of images in the PDF which do not meet the
 | |
|     minimum required resolution in dpi as tuples of:
 | |
|     (pagenumber, name, x pixels, y pixels, x resolution, y resolution)"""
 |