Skip to content

[feat] add image splitter feature#2

Merged
thangdevalone merged 1 commit into
mainfrom
feature-image-splitter
May 11, 2026
Merged

[feat] add image splitter feature#2
thangdevalone merged 1 commit into
mainfrom
feature-image-splitter

Conversation

@thangdevalone
Copy link
Copy Markdown
Owner

What changed

  • added a new splitImage() API that slices an image into a configurable rows x columns grid
  • implemented native split processing on Android and iOS while keeping original pixel dimensions and exposing per-tile output metadata
  • regenerated Nitro bridge files and updated the example app plus both READMEs to demonstrate the new feature

Why

  • the toolkit was missing a native image splitting workflow for producing multiple output images from one source asset

Impact

  • consumers can now generate tile images directly from React Native without building custom JS/native glue
  • the example app now includes controls to test image splitting and preview the generated tiles

Validation

  • ran yarn codegen
  • ran yarn typecheck
  • ran npx tsc --noEmit -p example\\tsconfig.json
  • yarn lint still fails due to existing repo-wide CRLF/Prettier line-ending issues, not from this feature

@thangdevalone thangdevalone changed the title [codex] add image splitter feature [feat] add image splitter feature May 11, 2026
@thangdevalone thangdevalone marked this pull request as ready for review May 11, 2026 09:25
@thangdevalone thangdevalone merged commit dcf0fa9 into main May 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant