Completely removed GDI
This commit is contained in:
parent
ddf47ad51b
commit
d76e133f18
31 changed files with 236 additions and 2592 deletions
|
|
@ -192,11 +192,6 @@ namespace ImageCatalog_2.Models
|
|||
[XmlElement("UsaColoreTrasparente")]
|
||||
public bool UseTransparentColor { get; set; } = false;
|
||||
|
||||
// Selected image processing library (e.g., "System.Graphics" or "ImageSharp")
|
||||
[JsonPropertyName("ImageLibrary")]
|
||||
[XmlElement("ImageLibrary")]
|
||||
public string ImageLibrary { get; set; } = "ImageSharp";
|
||||
|
||||
// Options
|
||||
[JsonPropertyName("ForceJpeg")]
|
||||
[XmlElement("GeneraleForzaJpg")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue