Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aino-convert

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aino-convert

Magick for Django

  • 0.1.0.14
  • PyPI
  • Socket score

Maintainers
1

aino-convert

aino-convert is a basically wrapper for ImageMagick convert_ with caching. The main purpose is to help generate quality thumbnails simply and efficiently. During the development of sorl-thumbnail I learned some and eventually I took the plunge to write something using ImageMagick convert instead of PIL.

Pros

  • Simple thumbnail tag generating high quality output
  • Remote files handling on the fly
  • Usage of convert commandline syntax for infinate flexibility
  • Caching mechanism
  • Cleanup of unused images or conversions of images can be made
  • Storage is local file storage only

Cons

  • Requirements: convert, pyexiv2 is nice to have
  • Storage is local file storage only
  • Security (protecting the developer from himself)

Demo

There is a demo in the demo directory. To run the demo it just cd in to it and type: ./run

.. _ImageMagic convert: http://www.imagemagick.org/

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc