Registry / web-framework / image

image

JSON →
library1.5.33pypypi✓ verified 30d ago

A Django application that provides cropping, resizing, thumbnailing, overlays and masking for images and videos with the ability to set the center of attention. Current version 1.5.33, released on PyPI with no specified release cadence. Frequently updated but with infrequent major releases.

web-frameworkdatabaseauth-securityserialization
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

from image import default_app_config
from image import VERSION

Basic usage: Create an Image instance, set its source, save, and retrieve its URL.

from image import Image from django.conf import settings settings.configure(INSTALLED_APPS=['image', 'django.contrib.contenttypes', 'django.contrib.auth']) img = Image(name='example.jpg') img.source = 'https://example.com/photo.jpg' img.save() print(img.url)
Debug
Known footguns
gotchaThe 'image' package conflicts with the built-in Python 'imghdr' or 'Pillow' when using 'import Image'. Always use 'from image import Image'.
deprecatedThe 'center_of_attention' feature may rely on deprecated JavaScript libraries (like jQuery) in older versions. Check version compatibility.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
14 hits · last 30 days
ahrefsbot
4
claudebot
4
gptbot
3
amazonbot
3
Resources