chore: compress authentication screen slides #3345
Open
+9
−9
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.
Pull Request Description
What does this PR change?
Compresses authentication screen slides textures to gain some memory
Before (47.4MB):
![image](https://private-user-images.githubusercontent.com/1999557/412452955-fae8aa60-8b83-44b8-9a55-4a821ff7541f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTAzNzAsIm5iZiI6MTczOTM5MDA3MCwicGF0aCI6Ii8xOTk5NTU3LzQxMjQ1Mjk1NS1mYWU4YWE2MC04YjgzLTQ0YjgtOWE1NS00YTgyMWZmNzU0MWYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTk1NDMwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MThmMTljOTFiY2FlOGZhNTVkYjU4ZWQ5Y2U3MDFjMzFmMTg5OWJkMzJkMjFhZTNmYjQ4MjQyY2MwOTM1Mjg2NSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ._8g-eCcevDoqYHDln_8gUFXOFkCszlA5P2z0s4mNYYw)
After (16MB):
![image](https://private-user-images.githubusercontent.com/1999557/412452866-ab6bf4fe-3063-4aee-a23f-d4ad2105d5bf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTAzNzAsIm5iZiI6MTczOTM5MDA3MCwicGF0aCI6Ii8xOTk5NTU3LzQxMjQ1Mjg2Ni1hYjZiZjRmZS0zMDYzLTRhZWUtYTIzZi1kNGFkMjEwNWQ1YmYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTk1NDMwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YWFjZmRiNmRmNzc5Nzg1NzM0Njk2MmVjNmFjOTUxYWIxZDY0MGNiYjk0NGZmNmRhMGY4ZWUzZTJhY2VlNGQ2OCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.tn1esC-nAClcD4bND2Lrbu8CQ41Q29OGsEJBOiatw2Y)
Test Instructions
Test Steps
Code Review Reference
Please review our Code Review Standards before submitting.