mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
more
This commit is contained in:
6
html_manual/pysplits/c14.tex
Normal file
6
html_manual/pysplits/c14.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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)"""
|
Reference in New Issue
Block a user