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

Aggiungere formati immagine raster (PNG, JPG, WEBP) #16

Closed
4 tasks done
jenkin opened this issue Feb 8, 2024 · 2 comments · Fixed by #21
Closed
4 tasks done

Aggiungere formati immagine raster (PNG, JPG, WEBP) #16

jenkin opened this issue Feb 8, 2024 · 2 comments · Fixed by #21
Assignees
Labels
be Backend stuff (python) enhancement New feature or request

Comments

@jenkin
Copy link
Member

jenkin commented Feb 8, 2024

Implementata la #15 sarebbe interessante generare anche immagini raster degli shapefile, in questo caso in due varianti (nero su sfondo bianco / trasparente e bianco su sfondo nero / trasparente) e a varie risoluzioni verticali.

Tasks

@jenkin jenkin added enhancement New feature or request good first issue Good for newcomers be Backend stuff (python) labels Feb 8, 2024
@jenkin
Copy link
Member Author

jenkin commented Feb 8, 2024

Pre-requisiti: python, svg.

@jenkin
Copy link
Member Author

jenkin commented Feb 23, 2024

Testate con successo le librerie CairoSVG e Pillow, nei prossimi giorni apro una PR.

@jenkin jenkin removed the good first issue Good for newcomers label Feb 23, 2024
@jenkin jenkin self-assigned this Feb 23, 2024
jenkin added a commit that referenced this issue Feb 27, 2024
Add SVG output via [svgis](https://svgis.readthedocs.io/en/stable/index.html).

Add PNG output via [CairoSVG](https://cairosvg.org/).

Add JPG and WEBP outputs via [Pillow](https://pypi.org/project/pillow/).

Refs: #15, #16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
be Backend stuff (python) enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant