Add Hex Data Transcoder Page#30
Conversation
- Created `converter.html` with Image to Hex and Hex to Image functionality. - Implemented smart downscaling for image-to-hex to ensure performance. - Added bidirectional navigation links in `index.html` and `os2.html`. - Unified navigation styling to prevent layout shifts. - Verified functionality with Playwright automated tests. Co-authored-by: rtech-technologies <254326487+rtech-technologies@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Added bidirectional image-to-hex and hex-to-image conversion. - Added 'C Source Export' for freestanding OS*2 boot logo customization. - Generated C code includes ARGB8888 data and centering logic. - Updated site navigation to include the new Converter tool. - Verified with automated Playwright tests and visual screenshots. Co-authored-by: rtech-technologies <254326487+rtech-technologies@users.noreply.github.com>
This change implements a new utility page
converter.htmlthat allows users to convert images to a stream of hex codes and vice versa. This is designed for OS*2 terminal asset management. The page adheres to the RTECH industrial aesthetic, using JetBrains Mono, Lime-500 accents, and a dark terminal theme.Key Features:
/Converterlink to the main navigation across the site.PR created automatically by Jules for task 9193214494272916298 started by @rtech-technologies