#6870 Studio: <Img> should also show up as a layer#6892
#6870 Studio: <Img> should also show up as a layer#6892JonnyBurger merged 3 commits intoremotion-dev:mainfrom
Conversation
|
Review blocked — PR branch not accessible I was unable to review PR #6870 ( To unblock review, one of the following is needed:
Once the branch is accessible, I can complete the review. |
|
Thanks, will look at it after #6826 is merged |
- Add TimelineImageInfo component that renders image thumbnails using canvas repeating pattern - Give image sequences the same 50px height as video in the timeline - Refactor getTimelineLayerHeight to accept sequence type directly, removing repeated ternaries - Add simple-img test composition - Exclude image sequences from frame number overlay Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Thanks for the contribution @tiwariaayu! I've added image thumbnail rendering in the timeline using a canvas repeating pattern (so the image tiles across the bar, similar to how video frames work), refactored the height calculation to use a single source of truth, and added a test composition. Enabled auto-merge 🎉 |

How it Works
is rendered:
When
Verification
Closes #6870