Render HarmonInk in 16:9 wide format (1920x1080)#6
Open
darioabc wants to merge 1 commit into
Open
Conversation
Switch the canvas from square to 16:9. The GART_SIZE env knob now sets the HEIGHT and width is derived (height * 16/9), so the draft/full-res workflow is unchanged: GART_SIZE=540 -> 960x540, default -> 1920x1080. The figure auto-fits to the height and centers, giving a cinematic centered motif on the wide field. Regenerated out/harmonInk01-14.png at 1920x1080 (seed 173). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Follow-up to #5 — switch the
gen/HarmonInkpiece from square to 16:9 wide.GART_SIZEnow sets the height; width is derived (height * 16/9), so thedraft/full-res workflow is unchanged:
GART_SIZE=540→ 960×540, default → 1920×1080.the wide field (the bloom softens the side margins). Naturally-wide motifs (celtic,
damped) span most of the frame; compact ones (rose) read as a centered emblem.
out/harmonInk01-14.pngat 1920×1080 (seed 173).Reproduce
JAVA_HOME=$(brew --prefix openjdk@21) GART_SEED=173 \ .claude/skills/generate-art/render.sh arts:gen gen.HarmonInkKt out/Reviewer notes
from
SIZEtoHEIGHT; the curve/finishing-pass logic is untouched.out/is already tracked per therepo's gallery convention.
🤖 Generated with Claude Code