automated snapshot
This commit is contained in:
@@ -104,7 +104,7 @@ func (s *Storage) Save(capture *SketchCapture) (string, error) {
|
||||
|
||||
// capture full res layer
|
||||
for i, layerImage := range capture.layerImages {
|
||||
layerPng := filepath.Join(path, fmt.Sprintf("%s-%3d.png", kid, i))
|
||||
layerPng := filepath.Join(path, fmt.Sprintf("%s-%03d.png", kid, i))
|
||||
rl.ExportImage(*layerImage, layerPng)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user