mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-18 03:40:57 +01: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)"""
|