ProteoWizard
Classes | Namespaces | Functions | Variables
Image.hpp File Reference
#include "pwiz/utility/misc/Export.hpp"
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  pwiz::util::Image
 wrapper class for using 'gd' graphics library More...
 
struct  pwiz::util::Image::Color
 struct for holding rgb values (in [0,255]) More...
 
struct  pwiz::util::Image::Point
 struct for holding pixel coordinates More...
 

Namespaces

 pwiz
 
 pwiz::util
 

Functions

Image::Point pwiz::util::operator+ (const Image::Point &a, const Image::Point &b)
 
Image::Point pwiz::util::operator- (const Image::Point &a, const Image::Point &b)
 

Variables

 Left =0x01
 
 CenterX =0x02
 
 Right =0x04
 
 Top =0x08
 
 CenterY =0x10
 
 Tiny
 
 Small
 
 MediumBold
 
 Large
 

Variable Documentation

◆ Left

Left =0x01

Definition at line 64 of file Image.hpp.

◆ CenterX

CenterX =0x02

Definition at line 64 of file Image.hpp.

◆ Right

Right =0x04

Definition at line 64 of file Image.hpp.

◆ Top

Top =0x08

Definition at line 64 of file Image.hpp.

◆ CenterY

CenterY =0x10

Definition at line 64 of file Image.hpp.

◆ Tiny

Tiny

Definition at line 65 of file Image.hpp.

◆ Small

Small

Definition at line 65 of file Image.hpp.

◆ MediumBold

MediumBold

Definition at line 65 of file Image.hpp.

◆ Large

Large

Definition at line 65 of file Image.hpp.