Documentation
¶
Index ¶
- type Exif
- type PictureExifModule
- func (module *PictureExifModule) Author() string
- func (module *PictureExifModule) Description() string
- func (module *PictureExifModule) GetInformation() session.ModuleInformation
- func (module *PictureExifModule) GetType() string
- func (module *PictureExifModule) Name() string
- func (module *PictureExifModule) Start()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exif ¶
type Exif struct {
BitsPerSample []int `json:"BitsPerSample"`
ColorSpace []int `json:"ColorSpace"`
DateTime string `json:"DateTime"`
ExifIFDPointer []int `json:"ExifIFDPointer"`
ExifVersion string `json:"ExifVersion"`
ImageLength []int `json:"ImageLength"`
ImageWidth []int `json:"ImageWidth"`
Orientation []int `json:"Orientation"`
PhotometricInterpretation []int `json:"PhotometricInterpretation"`
PixelXDimension []int `json:"PixelXDimension"`
PixelYDimension []int `json:"PixelYDimension"`
ResolutionUnit []int `json:"ResolutionUnit"`
SamplesPerPixel []int `json:"SamplesPerPixel"`
Software string `json:"Software"`
ThumbJPEGInterchangeFormat []int `json:"ThumbJPEGInterchangeFormat"`
ThumbJPEGInterchangeFormatLength []int `json:"ThumbJPEGInterchangeFormatLength"`
XResolution []string `json:"XResolution"`
YResolution []string `json:"YResolution"`
}
type PictureExifModule ¶
type PictureExifModule struct {
session.SessionModule
Stream *session.Stream `json:"-"`
// contains filtered or unexported fields
}
func PushPictureExifModule ¶
func PushPictureExifModule(s *session.Session) *PictureExifModule
func (*PictureExifModule) Author ¶
func (module *PictureExifModule) Author() string
func (*PictureExifModule) Description ¶
func (module *PictureExifModule) Description() string
func (*PictureExifModule) GetInformation ¶
func (module *PictureExifModule) GetInformation() session.ModuleInformation
func (*PictureExifModule) GetType ¶
func (module *PictureExifModule) GetType() string
func (*PictureExifModule) Name ¶
func (module *PictureExifModule) Name() string
func (*PictureExifModule) Start ¶
func (module *PictureExifModule) Start()
Click to show internal directories.
Click to hide internal directories.