naps2/NAPS2.Images.Gtk/TiffPhotometric.cs

7 lines
94 B
C#
Raw Permalink Normal View History

2022-09-17 20:46:31 +03:00
namespace NAPS2.Images.Gtk;
internal enum TiffPhotometric
{
MinIsBlack = 1,
Rgb = 2
}