-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Standardize the file types we use in this repository #41
Comments
we should probably use 7z for all our compression needs as it's fully open source, patent free, and multi-platform. gz/bz2 are similar but more popular on the Unix/Linux side and not so much on Windows. ZIP could get us in trouble (technically). |
We should use PNG as much as possible; JPG is good, but IIRC PNG can do everything a JPG can and avoids issues with patents, etc. |
Since the patents have expired on GIF, why are we not using that?
GIF is much more compact than PNG.
Evert Vorster
Awesome Chapters Tours
http://www.awesomechapters.com
Tel: +264 (0) 811477690
…On Sun, 22 May 2022 at 22:06, Benjamen Meyer ***@***.***> wrote:
We should use PNG as much as possible; JPG is good, but IIRC PNG can do
everything a JPG can and avoids issues with patents, etc.
—
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC34XVNT4KXTBX5WNBUCJJTVLKOU7ANCNFSM5WT5RNXA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
GIF can not be used for normal maps not enough bits assigned to each colour. |
@evertvorster technically the patents have expired on the JPGs too; but it's one of those formats - and GIF won't be much different - where some wacko may still come out of the woodworks with a patent. |
We should also use OGG+Vorbis+Theora for audio/video as much as possible too. |
Looking through I notice we have a lot of different file types, sometimes for similar jobs - e.g JPG/PNG, 7z/ZIP, etc.
We should standardize which file types we are going to use for different tasks and then convert everything to using just that one file type.
The text was updated successfully, but these errors were encountered: