type RgbItem struct {
gorm.Model FileName string `json:"file_name"`
Identifier string `json:"identifier"`
SessionID string `json:"-"`
SrcHeight int `json:"src_height"`
SrcWidth int `json:"src_width"`
DstHeight int `json:"dst_height"`
DstWidth int `json:"dst_width"`
Value template.HTML `json:"-"`
}