Resizetizer icon indicating copy to clipboard operation
Resizetizer copied to clipboard

Easily automateable Image resizing for your Xamarin.iOS and Xamarin.Android app assets!

Results 8 Resizetizer issues
Sort by recently updated
recently updated
newest added

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 4.1.0 to 5.0.0. Release notes *Sourced from [YamlDotNet's releases](https://github.com/aaubry/YamlDotNet/releases).* > ## Security issues and dropping legacy behaviors > /!\ This release fixes a security issue. It is...

dependencies

Hi I added the functionality to change the paint color of an SVG. so that in one has icons this allows transforming them all into the right color if they...

The old SkiaSharp have an issue with some kind of SVG images (it generate an internal "index out of bounds" exception). I attach the SVG file that cause me a...

Resizetizer installation doesn't adds custom build tasks on VS 15.6.4 Community Edition. Package succesfully installed but csproj file doesn't contains any new build tasks as custom build action not available...

I thought I'd give this a try, but all can get is "Index was outside the bounds of the array". The full error output in the build log is. 1>C:\Projects\MyApp\Src\packages\Resizetizer.0.1.2\build\Resizetizer.targets(34,3):...

Since we cannot do Anti Aliasing (#2) I was trying to do some super sampling with a config looking like this: ``` - platform: iOS outputBasePath: "./" assets: - file:...

It’s also backward compatible with older config files

I just tried out Resizetizer. However, when exporting my SVGs the resulting PNG files are jaggy as hell and not pleasant to look at. I glanced over the code and...