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

Export to JPEG #87

Open
openvmp opened this issue Jan 21, 2024 · 0 comments
Open

Export to JPEG #87

openvmp opened this issue Jan 21, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@openvmp
Copy link
Owner

openvmp commented Jan 21, 2024

Add an option to export models to JPEG file.
Make it very similar to the way PNG is rendered, including moving the work with dependencies into a separate plugin.
All dependencies need to be installed in partcad-cli, but partcad itself should use importlib to check whether the dependencies are available (see how PNG works).

Extend examples/feature_export to render a JPEG file too.

Preferrably, use pure Python dependencies only. Otherwise, after completion create an issue to add another JPEG plugin with pure python dependencies only.

@openvmp openvmp added enhancement New feature or request good first issue Good for newcomers labels Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant