png
Here are 1,011 public repositories matching this topic...
A follow up on SixLabors/ImageSharp#1378 (comment).
Currently 32 bit test execution is only done for .NET Framework, with dotnet xunit which is an obsolete tool today, we need to adapt dotnet test, and add 32 bit CI targets for both net5.0 and netcoreapp3.1. Opening an issue to remember and track this debt.
-
Updated
Dec 7, 2020 - Go
-
Updated
Nov 22, 2020 - C
-
Updated
Nov 21, 2020 - Go
-
Updated
Oct 30, 2020 - Python
I've been treating tuShorten/tuWiden as a string-ish conversion between UTF16 and UTF 8, so I recommend this.
Here's the code; add it to the end of every tuShorten/tuWiden function.
if (out < (original_out + out_len)) out = 0;
-
Updated
Jun 30, 2020 - Go
-
Updated
Aug 19, 2020 - C++
-
Updated
Dec 4, 2020 - Ruby
-
Updated
Jul 8, 2020 - Go
-
Updated
Jan 11, 2020 - PHP
-
Updated
Sep 2, 2020 - PHP
-
Updated
Jun 12, 2020 - Groovy
-
Updated
Nov 25, 2020 - JavaScript
WOFF format support
-
Updated
Nov 27, 2020 - Swift
Improve this page
Add a description, image, and links to the png topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the png topic, visit your repo's landing page and select "manage topics."
I'm receiving error with JPG (uppercase of jpg) image extension. This extension should be supported right?
ERROR Error resizing: Error: Expected one of: heic, heif, jpeg, jpg, png, raw, tiff, webp for format but received JPG of type string
at Object.invalidParameterError (/var/task/node_modules/sharp/lib/is.js:101:10)
at Sharp.toFormat (/var/task/node_modules/sharp/lib/output.js:168: