Differentiate Image Mimetypes (bmp, jpeg, gif, ico, tiff, aseprite) #3789
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Additional icons to differentiate image file type icons. This is 6 new icons (with 6 sizes each).
It can be tricky dealing with a folder full of images with different filetypes when they have the same icon (and are too large for a preview, or unsupported by the file manager). To remedy, I made some recoloured icons to cover some basic image types;
bmp
,jpeg
,gif
,ico
, andtiff
. I leftpng
as-is.Open to discussion or swapping any of these colours about if you have another preference! I went with orange for
jpg
, matching Windows XP's old icon for the same, and similar fortiff
. I was originally going to use green forgif
, but it was hard to find a nice looking green that differentiated well fromgeneric
.Also added an icon for
.aseprite
files (using the dim purple of Aseprite's logo and UI), and additional symlinks forimage-icon
,image-x-icon
, andimage-jpeg2000
. Added symlinks for 'secondary' image types such as (e.g.)portable-bitmap
andimage-vnd.microsoft.icon
to map toimage-x-bmp
andimage-x-ico
, instead ofimage-x-generic
.