Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix support for using PNGs #17

Open
AnthonyvW opened this issue Nov 17, 2024 · 1 comment
Open

Fix support for using PNGs #17

AnthonyvW opened this issue Nov 17, 2024 · 1 comment

Comments

@AnthonyvW
Copy link

AnthonyvW commented Nov 17, 2024

When using a folder full of png files, LinearStitch will fail to find the files despite it being supported in stitcherGUI.py.

@AnthonyvW AnthonyvW changed the title Add support for using PNGs Fix support for using PNGs Nov 18, 2024
@cmcfadden
Copy link
Member

Good call. Started looking at this, just leaving a few notes to myself:

  • need to investigate whether we should skip pruning for non-jpeg sources, since that depends on jpeg file sizes?
  • refactor all our hardcoded jpeg references to an array of formats
  • refactor from shell-based wildcard expansion to using the glob python package

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

No branches or pull requests

2 participants