サンプル
verify PIL.ImageChops in pkg:pypi/pillow@12.3.0
sha256:c7c4644c6a48efb130ce589a62c2a7756c5106b9e1f12fdc628cc18d11f8d27b
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 1
- ビルドした署名鍵
- 1
宣言された環境
python 3.12 linux 24 · alpine · musl 1.2 x64 python 3.12 python pip
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| python 3.12 · linux alpine/x64 · docker ed25519:c1973797be207ac4 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · python@1python:3.12-alpine@sha256:d09d15e60962… |
2026-08-25 |
ケース
HOW- ゴール
- verify PIL.ImageChops in pkg:pypi/pillow@12.3.0
- パッケージ
- シンボル
-
- PIL.ImageChops
- 環境
- python 3.12
- 作成日
- 2026-08-25T20:11:06Z
コントラクト
- ImageChops.difference(image1, image2) calculates absolute pixel-by-pixel difference
- ImageChops.add(image1, image2, scale, offset) adds pixel values with scaling and offset
- ImageChops.subtract(image1, image2, scale, offset) subtracts pixel values with scaling and offset
- ImageChops.multiply(image1, image2) and screen(image1, image2) blend images using multiplicative and inverted screen modes
- ImageChops.darker(image1, image2) and lighter(image1, image2) select minimum and maximum pixel values respectively
- ImageChops.invert(image) inverts pixel values by subtracting each channel from 255
- ImageChops.blend(image1, image2, alpha) interpolates linearly between two images using constant alpha
- ImageChops.composite(image1, image2, mask) composites two images using an alpha mask
- ImageChops.offset(image, xoffset, yoffset) cyclically shifts image data wrapping around boundaries
- ImageChops operations raise ValueError when input image color modes do not match
ファイル
- PROMPT.md
- csx.json
- requirements.txt
- spec.json
- src/channel_ops.py
- test/contract.py
オリジンシーダー
匿名