This commit is contained in:
potassium 2025-02-20 10:48:02 +03:00
parent 1306022794
commit e161720f1c
3 changed files with 26 additions and 23 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.niplace.ru/XoxJlopeZi4BB/palette
go 1.23.4

View File

@ -2,10 +2,10 @@ package main
import ( import (
"image" "image"
_ "image/png"
_ "image/jpeg"
"image/color" "image/color"
_ "image/jpeg"
"image/png" "image/png"
_ "image/png"
"os" "os"
) )