Skip to content

Commit c4f5b46

Browse files
authored
Update ST-0014
Minor tweak to **alternatives considered** in ST-0014 to give an example of a platform that does not offer support for a wide variety of image formats.
1 parent 25b9fae commit c4f5b46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proposals/testing/0014-image-attachments-in-swift-testing-apple-platforms.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,8 @@ None needed.
408408
the various graphics libraries in use today. If we provided a larger set of
409409
formats that are supported on Apple's platforms, developers may run into
410410
difficulties porting their test code to platforms that _don't_ support those
411-
additional formats.
411+
additional formats. For example, Android's [image encoding API](https://developer.android.com/reference/android/graphics/Bitmap.CompressFormat)
412+
only supports the PNG, JPEG, and WEBP formats.
412413

413414
## Acknowledgments
414415

0 commit comments

Comments
 (0)