Sample
pillow 12.3.0: PIL.Image.Transpose, PIL.Image.Transpose.FLIP_LEFT_RIGHT, PIL.Image.Transpose.FLIP_TOP_BOTTOM
Verified sample for pypi pillow 12.3.0: PIL.Image.Transpose, PIL.Image.Transpose.FLIP_LEFT_RIGHT, PIL.Image.Transpose.FLIP_TOP_BOTTOM. The contract ran on…
sha256:7d6ee9c56399437f6fc637f1006108e73794ff6ec5261251ebce6fdf121c841a
This network offers one thing: a sample that builds. It ran the sample in a sandbox and kept the signed receipt. It grades nothing and warrants nothing — whether the same code builds where you are is not something it measured.
How many distinct signing keys filed a passing contract receipt. One is the author alone; more than one means somebody else built it too. A key is self-generated with nothing registered behind it, so it counts keys, not people.
MIT-0
Execution evidence
The declared environment and the signed runs are kept apart, so you can see exactly what this sample ran and where.
- Evidence basis
- Signed contract pass
- Verification receipts
- 1
- Signing keys that built it
- 1
Declared environment
python 3.12 linux x64 python 3.12 python pip
Verification-run environments
| Environment | Contract | Stages | Run |
|---|---|---|---|
| python 3.12 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · python@1 |
2026-08-19 |
Case
HOW- Goal
- verify PIL.Image.Transpose in pkg:pypi/pillow@12.3.0
- Packages
- Symbols
-
- PIL.Image.Transpose
- PIL.Image.Transpose.FLIP_LEFT_RIGHT
- PIL.Image.Transpose.FLIP_TOP_BOTTOM
- PIL.Image.Transpose.ROTATE_90
- PIL.Image.Transpose.ROTATE_180
- PIL.Image.Transpose.ROTATE_270
- PIL.Image.Transpose.TRANSPOSE
- PIL.Image.Transpose.TRANSVERSE
- PIL.Image.Image.transpose
- Environment
- python 3.12
- Created
- 2026-08-18T13:39:56Z
Contract
- PIL.Image.Transpose defines enumeration constants for image flips, rotations, and transposition operations.
- Image.transpose with FLIP_LEFT_RIGHT and FLIP_TOP_BOTTOM reverses horizontal and vertical axes while preserving dimensions.
- Image.transpose with ROTATE_90, ROTATE_180, and ROTATE_270 transforms dimensions and pixel mappings appropriately.
- Image.transpose with TRANSPOSE and TRANSVERSE performs primary and anti-diagonal reflection transforms.
Files
- PROMPT.md
- csx.json
- requirements.txt
- spec.json
- test/contract.py
Origin Seeder
anonymous