-
**Describe the bug**
In ImageHeader.cs method GetPixelSizeFromSvg you need to add the DtdProcessing = DtdProcessing.Parse like this:
line 251:
`using (var reader = XmlReader.Create(input, new Xml…
-
See discussion in #1518.
Output of SkiaSharp SVG export could give some inspiration.
-
Требуется создать сервис, обеспечивающий возможности обработки изображений
- [ ] изменение размера
- [ ] изменение разрешения
- [ ] изменение формата (jpg, png)
- [ ] кодирование svg-формата в рас…
-
ImageMagick has a very useful “autolevel” feature that my company has used to good effect. It would be very cool if ImageSharp had such a feature.
Thank you!
-
I'm attempting to build and run the samples. The only sample unable to be built is TexturedCube/TexturedCube.Desktop.
I'm on OSX 10.14.5, and am running this in Visual Studio for Mac 8.1.3. I'm c…
-
When you delete an image form the assets admin and then you add another image with the same name, the previous image is displayed because it has been kept in the cache.
Is it possible to remove a s…
-
I've tried in Android 7.1 and Android 9 Pixel 2 emulators.
In **ComputeParticles.Android** I get an exception line 34 of ComputeParticles.cs on CreateBuffer
Veldrid.VeldridException: 'GraphicsDevic…
-
When the image file name on prismic contain non-ASCII characters, query the imageSharp will give following error
`
Unexpected error value: \"wrong url: https://images.prismic.io/{PRISMIC_REPO}/df6e4…
-
Hi,
Library generates constant `L~TSUA~q0000~q4S00~q~q000I~q` hash.
I am using belows piece of code to blurhash my images:
var bitmap = new Bitmap(imagePath);
var p…
-
It is possible to convert SIPSorceryMedia.Abstractions.RawImage to System.Drawing.Bitmap as follows:
System.Drawing.Bitmap bmpImage = new System.Drawing.Bitmap(rawImage.Width, rawImage.Height, rawI…