{"id":27057,"library":"image","title":"image","description":"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.","status":"active","version":"1.5.33","language":"python","source_language":"en","source_url":"https://github.com/francescortiz/image","tags":["django","image","thumbnail","crop","video","overlay","masking"],"install":[{"cmd":"pip install image","lang":"bash","label":"Install with pip"}],"dependencies":[{"reason":"Required for the Django application integration","package":"Django","optional":false},{"reason":"Used for image processing","package":"Pillow","optional":false}],"imports":[{"wrong":"from image import Image","symbol":"default_app_config","correct":"from image import default_app_config"},{"wrong":"from image import Image","symbol":"VERSION","correct":"from image import VERSION"}],"quickstart":{"code":"from image import Image\nfrom django.conf import settings\nsettings.configure(INSTALLED_APPS=['image', 'django.contrib.contenttypes', 'django.contrib.auth'])\n\nimg = Image(name='example.jpg')\nimg.source = 'https://example.com/photo.jpg'\nimg.save()\nprint(img.url)\n","lang":"python","description":"Basic usage: Create an Image instance, set its source, save, and retrieve its URL."},"warnings":[{"fix":"Use explicit import: from image import Image.","message":"The 'image' package conflicts with the built-in Python 'imghdr' or 'Pillow' when using 'import Image'. Always use 'from image import Image'.","severity":"gotcha","affected_versions":"all"},{"fix":"Upgrade to latest version (>=1.5.0) for updated frontend dependencies.","message":"The 'center_of_attention' feature may rely on deprecated JavaScript libraries (like jQuery) in older versions. Check version compatibility.","severity":"deprecated","affected_versions":"<1.5.0"}],"env_vars":null,"search_vec":"'1.5.33':28 'abil':19 'applic':4 'attent':25 'cadenc':36 'center':23 'crop':7,47 'current':26 'django':3,44 'frequent':37 'imag':1,14,45 'infrequ':41 'major':42 'mask':12,50 'overlay':10,49 'provid':6 'pypi':31 'releas':29,35,43 'resiz':8 'set':21 'specifi':34 'thumbnail':9,46 'updat':38 'version':27 'video':16,48","created_at":"2026-05-01T17:44:17.474192+00:00","updated_at":"2026-05-01T17:44:17.474192+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/francescortiz/image","docs":null,"changelog":null,"pypi":"https://pypi.org/project/image/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","database","auth-security","serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}