Skip to main content

A simple library that convert any user uploaded images to webP format

Project description

This is a library for Django that provides a custom model field for storing WebP images. The WebPField model field allows you to store WebP images in your Django models and provides convenient methods for converting between WebP and other image formats.

Installation

To install the library, simply add it to your project’s dependencies using pip:

pip install django-webpfield

Usage

To use the WebPField model field, simply import it from the library and add it to your Django model:

from django.db import models
from webpfield.fields import WebPField


class MyModel(models.Model):
    my_image = WebPField(upload_to="images/")

Settings

The default settings are:

WEBP_FIELD_SETTINGS = {
    "saving_kwargs": {
        "quality": 75,
        "lossless": False,
    },
    "delete_original": False,
    "enable_svg": True,
    "image_field_class": {"module": "django.db.models", "class_name": "ImageField"},
}
  • saving_kwargs: are the kwargs passed to pillow when saving the new image

  • enable_svg: if True you can upload and svg and it will remain svg as original, this achieved by updating the formfield kwargs of WebPField to file field instead of image field

  • image_field_class: The default parent class of WebPField is django ImageField, but you can override it with yours

Contributing

Contributions to the library are welcome! If you find a bug, have a feature request, or would like to contribute code, please open an issue or pull request on the GitHub repo.

License

This library is licensed under the MIT license. See the LICENSE file for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_webpfield-0.1.0.tar.gz (117.0 kB view details)

Uploaded Source

Built Distribution

django_webpfield-0.1.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file django_webpfield-0.1.0.tar.gz.

File metadata

  • Download URL: django_webpfield-0.1.0.tar.gz
  • Upload date:
  • Size: 117.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for django_webpfield-0.1.0.tar.gz
Algorithm Hash digest
SHA256 99006b95b502057f821c64a29b31f229b648d2207f4fcc82991428dbbb61ddae
MD5 25778ba253d9d34dfeab7b6e850cfb8a
BLAKE2b-256 8401474a8fe30f9893d58a3b916e552e42cb45e551cfef667e07d172789c5142

See more details on using hashes here.

File details

Details for the file django_webpfield-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_webpfield-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f2b77113e0d844251ffa3f71a3f560b6bf3a87f8bbecfe39c5ab9c1bc3cfc124
MD5 d97c1da79e883ef56b7914ad627e2590
BLAKE2b-256 72f60d11169fb72263211d1f91aed3124a66149069558dadae1f17e1719f911e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page