0.7.1-rc
Pre-release
Pre-release
Features
- Support
tiff
files for icon.
Updated
- Update
GetBitmapFrame
to roundwidth
that is changed bydpi
. - Add
GetBitmapFrameByWidthAndDpi
to get optimal frame bydpi
andwidth
. - Add
GetSystemDpi
to get the systemdpi
on the fly. - Add
SystemDpi
to store the systemdpi
value. - Update
GetBitmapFrameByWidthAndDpi
to rounddpi
frame value. - Update
Width
toMath.Round
to improve order byWidth
. - Update
GetBitmapFrameByWidthAndDpi
to public. - Update
GetBitmapFrameByWidthAndDpi
to return lastWidth
. - Update
UriToBitmapFrame
to useGetBitmapFrameByWidthAndDpi
withint.MaxValue
.
Example
- Add
Cube-Grey-Light.tiff
andCube-Grey-Dark.tiff
inAppTheme
.
Tests
- Add
ResourceTiffTests
withCube.tiff
with multiple dpi and scales.