Add image edit function

This commit is contained in:
2025-06-27 22:45:43 +02:00
parent 0ccc01fb97
commit c7a9c68605
17 changed files with 889 additions and 180 deletions

View File

@ -110,8 +110,6 @@ model Image {
stats ImageStats[]
theme ThemeSeed[]
variants ImageVariant[]
// colors ImageColor[]
// extractColors ExtractColor[]
//
// albumCover Album[] @relation("AlbumCoverImage")
// categories Category[] @relation("ImageCategories")
@ -214,12 +212,10 @@ model ExtractColor {
blue Int
green Int
red Int
// isLight Boolean
area Float?
hue Float?
saturation Float?
// value Float?
image Image @relation(fields: [imageId], references: [id])
}