Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 5.1/6.0, builds 1100-1271 > 1215 – 12 May 2011

AUI_IMAGE Supports PNG

Scroll Prev Top Next More

(Windows, ATE) AUI_IMAGE now supports saving to PNG format in the acquire and capture operations. The comp parameter indicates one of the following compression filtering options:

Symbol

Value

Meaning

PNGF_ALL

0

Use best filter for each row (best compression)

PNGF_NONE

2

No filter (fastest)

PNGF_SUB

4

Difference filter with adjacent pixel

PNGF_UP

6

Difference filter with previous row

PNGF_AVG

8

Average filter

PNGF_PAETH

10

Paeth filter

 

You can add the following to any of the above

PNGF_INTERLACE +1    Save as interlaced file