Skip to content

feat: add batch SVG render for pose packs#96

Open
gtmdev-br wants to merge 1 commit into
mergeos-bounties:masterfrom
gtmdev-br:feat/batch-svg-render
Open

feat: add batch SVG render for pose packs#96
gtmdev-br wants to merge 1 commit into
mergeos-bounties:masterfrom
gtmdev-br:feat/batch-svg-render

Conversation

@gtmdev-br

Copy link
Copy Markdown
Contributor

Added batch SVG rendering for pose packs.

Changes:

  • src/poseguide/render/batch_svg.py: New batch rendering module

Features:

  • batch_render_svg: Render all poses to SVG files
  • batch_render_svg_with_manifest: Render with manifest.json
  • render_pose_pack_svg: Render from pose pack directory
  • Configurable width/height
  • Error handling for failed renders

Usage:
from poseguide.render.batch_svg import batch_render_svg
from pathlib import Path

rendered = batch_render_svg(Path('./out'), width=360, height=480)
print(f'Rendered {len(rendered)} poses')

Closes #30

- batch_render_svg: Render all poses to SVG files
- batch_render_svg_with_manifest: Render with manifest.json
- render_pose_pack_svg: Render from pose pack directory
- Configurable width/height
- Error handling for failed renders

Closes mergeos-bounties#30
@TUPM96 TUPM96 added star: verified Follow mergeos-bounties org + star mergeos + mergeos-contracts evidence: provided PR includes acceptable visual/media evidence security: reviewed Maintainer security review passed ci: failed Required CI checks failed — author must fix tests: failing Unit/integration tests failing on this PR needs-fix Author action required before merge labels Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci: failed Required CI checks failed — author must fix evidence: provided PR includes acceptable visual/media evidence needs-fix Author action required before merge security: reviewed Maintainer security review passed star: verified Follow mergeos-bounties org + star mergeos + mergeos-contracts tests: failing Unit/integration tests failing on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[100 MRG] Feature: batch SVG render for pose pack

2 participants