JuliaIO / JuliaIO/FileIO.jl

Add SVGZ format

Open
#430 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
228
Forks
81
Avg merge
1d 29m
Merged PRs (30d)
1

Description

SVGZ is a layer of gzip compression over .svg files, and help with storage of plain-text vector graphics files. I'm not sure what the mimetype is, but support for .svgz can be incredibly helpful for saving full-quality graphics at smaller sizes.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the SVG conformance specification and inspect how FileIO handles file extensions and MIME types. Confirm the appropriate SVGZ MIME type and the scope of format support; done when .svgz is recognized without disrupting existing SVG handling and the relevant behavior is covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.