{% extends "base.html" %} {% load cropping %} {% block content %}

Image cropping examples

{% if not image %} Please create an image first. {% else %}

cropped image

scaled image

scale=0.5

width=80

height=150

scale=2

height=150 upscale

{% endif %} {% endblock %}