ProteoWizard
Classes | Namespaces | Constant Groups | 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
 

Constant Groups

 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 =0x01

Definition at line 64 of file Image.hpp.

CenterX =0x02

Definition at line 64 of file Image.hpp.

Right =0x04

Definition at line 64 of file Image.hpp.

Top =0x08

Definition at line 64 of file Image.hpp.

CenterY =0x10

Definition at line 64 of file Image.hpp.

Tiny

Definition at line 65 of file Image.hpp.

Small

Definition at line 65 of file Image.hpp.

MediumBold

Definition at line 65 of file Image.hpp.

Large

Definition at line 65 of file Image.hpp.