일단 커밋. 오랫동안 커밋을 안해서 꼬였다.

리팩토리 중.
This commit is contained in:
2025-11-15 15:59:49 +09:00
parent 5a47b792d6
commit d79c10b975
12909 changed files with 2070539 additions and 285 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,22 @@
Metadata-Version: 2.4
Name: image
Version: 1.5.33
Summary: Django application that provides cropping, resizing, thumbnailing, overlays and masking for images and videos with the ability to set the center of attention,
Home-page: https://github.com/francescortiz/image
Author: Francesc Ortiz
Author-email: francescortiz@gmail.com
License: BSD
License-File: LICENSE
Requires-Dist: pillow
Requires-Dist: django
Requires-Dist: six
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary
Django application that provides cropping, resizing, thumbnailing, overlays and masking for images and videos with the ability to set the center of attention,

View File

@@ -0,0 +1,37 @@
image-1.5.33.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
image-1.5.33.dist-info/METADATA,sha256=s3wBsRp9_kjq3Dg2rF6E1x81xYXVFygs92lZkVBTkSc,744
image-1.5.33.dist-info/RECORD,,
image-1.5.33.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
image-1.5.33.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
image-1.5.33.dist-info/licenses/LICENSE,sha256=nL2AwKFzCNBWjYjAsrC227W7pRxBNFL6nRyyICFEZgs,6326
image-1.5.33.dist-info/top_level.txt,sha256=JU7d8V2VNOOyDFVGkHeqLyTxZ6pLiXo2OB0-JR5IKcI,6
image/__init__.py,sha256=yCbKH8Wk7gBF-Yxny6_cZ5ozT-1a9A-IAlttnxSYbE8,68
image/__pycache__/__init__.cpython-312.pyc,,
image/__pycache__/apps.cpython-312.pyc,,
image/__pycache__/fields.cpython-312.pyc,,
image/__pycache__/forms.cpython-312.pyc,,
image/__pycache__/misc.cpython-312.pyc,,
image/__pycache__/models.cpython-312.pyc,,
image/__pycache__/settings.cpython-312.pyc,,
image/__pycache__/storage.cpython-312.pyc,,
image/__pycache__/urls.cpython-312.pyc,,
image/__pycache__/utils.cpython-312.pyc,,
image/__pycache__/video_field.cpython-312.pyc,,
image/__pycache__/videothumbs.cpython-312.pyc,,
image/__pycache__/views.cpython-312.pyc,,
image/apps.py,sha256=zQj2voEl8aWLIqCsLQZAxS8gkxkuJSaokBdV4kpMN7g,691
image/fields.py,sha256=T8x_ilQ5BD19JZZ9D0RM3h2_RSJkkq-AYnSeScp5Eak,4188
image/forms.py,sha256=r_uilsJ158FRvuK5fgLf53ToTAXu3tSUFi6KsLJHiYU,4070
image/misc.py,sha256=2T_CItw9O8FDP_u_RrlMA4jU7_aaq5_saHUVXxXNi4Y,530
image/models.py,sha256=-8Qj0IHTUPyaaZqP50Ykht5QuUF8jeUi0CPva0EEmMg,3126
image/settings.py,sha256=h3VsHfvZES0Vx5jHBO7U_clvySmc2gj1GKVnMTN4GX0,880
image/storage.py,sha256=joEO9p7YMNSJzUi0gRuDxgZJhOr-u1YKmjI9SyVoCMo,3350
image/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
image/templatetags/__pycache__/__init__.cpython-312.pyc,,
image/templatetags/__pycache__/img.cpython-312.pyc,,
image/templatetags/img.py,sha256=bPy21Rzww1QbyNyTNIWpyy6WIuFQlNQ9PhLqGH3W0JM,2451
image/urls.py,sha256=n446q7GUYs59K7OBG5aZ3tRewuxLrdLhatoOaa-uSh4,263
image/utils.py,sha256=EYIXq_h9R0G3v6u6PE5_zsiqeNb77TFSxdshh_BT0mk,19174
image/video_field.py,sha256=ueT6P5Wj2Yvsmzgdun8KNSS_xcDL6IOcd_NwkWpY4II,1087
image/videothumbs.py,sha256=TvhWuJsJdqWLnSg-b4Z9sE4_Qf-F7uxiuCwlPsFOPSk,3492
image/views.py,sha256=XI30I1yrF56W_9pUswtJUo3rLpECuoxroz9ZjI5eA_Q,6382

View File

@@ -0,0 +1,6 @@
Wheel-Version: 1.0
Generator: setuptools (80.9.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

View File

@@ -0,0 +1,27 @@
Copyright (c) Django Software Foundation and individual contributors.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of Django nor the names of its contributors may be used
to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.