Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Chore: Transcoding extensions add missing '.tif' extension#6142

Merged
iLLiCiTiT merged 1 commit intodevelopfrom
bugfix/missing-tif-extension
Jan 18, 2024
Merged

Chore: Transcoding extensions add missing '.tif' extension#6142
iLLiCiTiT merged 1 commit intodevelopfrom
bugfix/missing-tif-extension

Conversation

@iLLiCiTiT
Copy link
Copy Markdown
Member

@iLLiCiTiT iLLiCiTiT commented Jan 16, 2024

Changelog Description

Image extensions in transcoding helper was missing .tif extension and had .tiff twice.

Additional info

Reorganized extensions a little to be alphabetically sorted.

@ynbot ynbot added type: bug Something isn't working size/XS Denotes a PR changes 0-99 lines, ignoring general files labels Jan 16, 2024
Copy link
Copy Markdown
Collaborator

@BigRoy BigRoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we had this fixed on our branch as well, and also added it here.

Note that for whatever reason it doesn't use the same list - and also note that .tiff shows twice like you fixed this IMAGE_EXTENSIONS set as well.

Also with the amount of lookups being done on that other one I suspec that should really be a set as well as opposed to list.

There are also some usages of standalone publisher plugins referring to tiff but no tif entry being present, in collect textures, validate frame range,

@iLLiCiTiT iLLiCiTiT merged commit cd47a6f into develop Jan 18, 2024
@iLLiCiTiT iLLiCiTiT deleted the bugfix/missing-tif-extension branch January 18, 2024 16:16
@ynbot ynbot added this to the next-patch milestone Jan 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size/XS Denotes a PR changes 0-99 lines, ignoring general files type: bug Something isn't working

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants