使用gamma校正提升jpg亮度
This commit is contained in:
14
pkg/producer/params.go
Normal file
14
pkg/producer/params.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package imageproc
|
||||
|
||||
type Params struct {
|
||||
PanRawFile string
|
||||
MssRawFile string
|
||||
AuxRawFile string
|
||||
SaveRegisteredMssRaw bool
|
||||
PansharpenIHS bool
|
||||
OutputDir string
|
||||
PanTiffFile string
|
||||
MssTiffFile string
|
||||
FusTIffFile string
|
||||
SubScenes bool
|
||||
}
|
||||
Reference in New Issue
Block a user