Skip to main content

imagefacts discovers the screen dimensions of the commonest image formats from a URL or a bytestring.

Installation

Install the latest imagefacts from PyPI:

$ pip install imagefacts
# or
$ easy_install imagefacts

Usage

Use the imagefacts.facts() function to find an image’s dimensions:

>>> import imagefacts
>>> imagefacts.facts(open('localfile.jpg').read())  # byte string
('image/jpeg', 1024, 768)
>>> imagefacts.facts(open('localfile.jpg'))  # file object
('image/jpeg', 1024, 768)
>>> imagefacts.facts('localfile.jpg')  # file name
('image/jpeg', 1024, 768)
>>> imagefacts.facts('http://example.com/image')  # URL
('image/png', 400, 476)
>>>

You can also use imagefacts from the command line:

$ python -m imagefacts http://example.com/image
('image/png', 400, 476)
$

Contributors

Portions of imagefacts are from the feedparser project by Mark Pilgrim and bfg-pages by zutesmog. Thanks!

Release files for imagefacts 1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for imagefacts 1.1
File Size Uploaded
imagefacts-1.1.tar.gz 4.9 kB Details

Release files / imagefacts-1.1.tar.gz

Download URL imagefacts-1.1.tar.gz
Size 4.9 kB
Tags Source
SHA-256 checksum
How to use checksums
bfc626e1056e6247f24320263ac22b78f54c087dc4bffd8a769d73d6cae73d44
BLAKE2b-256 checksum
How to use checksums
16f2b1bf3a2ab475a3c08d4ecb8a02c47fc7083f27cb3f4b9cca113665229740
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.1 This release

1 release file

1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page