Skip to content

Commit

Permalink
feat(main): change altered prefix from _modified to _new
Browse files Browse the repository at this point in the history
  • Loading branch information
MM-coder committed Dec 8, 2023
1 parent 374ccc1 commit 6668fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func main() {
}

// Write the modified image back to a file
outputPath := strings.TrimSuffix(path, filepath.Ext(path)) + "_modified.png"
outputPath := strings.TrimSuffix(path, filepath.Ext(path)) + "_new.png"
err = writeImageFromMatrix(matrix, outputPath)
if err != nil {
fmt.Println("Error writing image:", err)
Expand Down

0 comments on commit 6668fb2

Please sign in to comment.