Albums: Update frame/collage.go #3658
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
12608a7a31
commit
63695ab801
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ func polaroidCollage(collage image.Image, images []image.Image) (image.Image, er
|
|||
collage = imaging.Overlay(collage, framed, RandomPoint(850-i*dl, -150-((i%2)*50), 950-i*dr, 125-((i%2)*125)), 1)
|
||||
}
|
||||
|
||||
if framed, err := polaroid(images[0], RandomAngle(20)); err != nil {
|
||||
if framed, err := polaroid(images[0], RandomAngle(15)); err != nil {
|
||||
return collage, err
|
||||
} else {
|
||||
collage = imaging.Overlay(collage, framed, image.Pt(275, -50), 1)
|
||||
|
|
Loading…
Reference in a new issue