Show / Hide Table of Contents

Class PngProcessor

Processes PNG imagate data.

Inheritance
object
PngProcessor
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Codecrete.SwissQRBill.PixelCanvas
Assembly: Codecrete.SwissQRBill.Generator.dll
Syntax
public class PngProcessor

Constructors

| Edit this page View Source

PngProcessor()

Do not use.

Declaration
protected PngProcessor()

Methods

| Edit this page View Source

InsertDpi(Stream, Stream, int)

Modifies the PNG image data by inserting a "pHYs" chunk indicating the resolution.

Declaration
public static void InsertDpi(Stream source, Stream target, int dpi)
Parameters
Type Name Description
Stream source

image data, in PNG format

Stream target

stream to write modified image data

int dpi

resolution, in pixels per inch

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX