Skip to content

Native result explorer

These are results from the repository's real Android and iOS example apps—not browser substitutes. Both captures used package 0.4.0 from release source commit 6841a88 in Native Demo Evidence run 29738858393.

The video is a five-second crossfade of the exact screenshots below. It is a presentation asset, while the platform manifests and their SHA-256 digests are the verification authority.

Shared compression request

ts
await compressImage({
  source: { uri: bundledLocalFileUri },
  resize: { maxWidth: 160, maxHeight: 160, mode: 'contain' },
  output: { format: 'jpeg', quality: 76, maxBytes: 8_000 },
  metadata: 'safe',
});

Native codecs can produce different bytes across OS and device versions. These captures are traceable and replayable in their recorded environments; they do not claim cross-runtime bit-for-bit determinism.

Platform evidence

Android

Android example app showing JPEG compression before and after images with byte metrics
Android source image
13,543 B source
Android compressed output
2,264 B output
Runtime
Android 15 / API 35
Device
Google sdk_gphone64_x86_64
Output
JPEG · 100 × 160
Ratio
0.167 · 16.7% of source bytes
Captured
2026-07-20 11:38:47 UTC
SHA-256
Source
5bd83125571f96b575b25f3172630a0a6dd61223ca310b586538c3d5b5f0a830
Output
1ef3c5b545643617b0cb5449ad1589a7eb6f19b850331fd40e8f47990d9dc0b4
Screenshot
8481be8e201bde93bef5b4a8b415813142938bc5cce69a3829a53b488e5621d7

iOS

iOS example app showing JPEG compression before and after images with byte metrics
iOS source image
3,317 B source
iOS compressed output
2,353 B output
Runtime
iOS 26.4
Device
iPhone 17 Pro simulator
Output
JPEG · 100 × 160
Ratio
0.709 · 70.9% of source bytes
Captured
2026-07-20 11:40:53 UTC
SHA-256
Source
cf6d942c3fbf81442723bc64cab2d5133044494ad0b1e79d6dc9c280519742f2
Output
2d67403a25ea1cc262805368e7b2b66e2438e605084f042b43151e3c8b0ddca1
Screenshot
49395bb269d2dafd180ebde054c79c250ec393685b6993cd55044683256b794d

Verify and reproduce

The merged evidence manifest records the complete options, results, file sizes, digests, source identity, and presentation-video digest. Verify the checked-in bundle without a network:

bash
pnpm verify:demo-evidence

To recapture from the example apps, dispatch the repository's Native Demo Evidence workflow with the exact source SHA. Maintainers then merge the downloaded Android and iOS artifacts with pnpm merge:demo-evidence; the launch runbook keeps the full review procedure.

Native output claims are capability-driven and evidence-backed.