Added another image decoder. It should be faster than Rapid and more reliable than Skia.
This commit is contained in:
@@ -67,13 +67,15 @@
|
||||
</string-array>
|
||||
|
||||
<string-array name="image_decoders">
|
||||
<item>@string/rapid_decoder</item>
|
||||
<item>@string/skia_decoder</item>
|
||||
<item>Rapid</item>
|
||||
<item>Skia</item>
|
||||
<item>Image</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="image_decoders_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="image_scale_type">
|
||||
|
||||
Reference in New Issue
Block a user