mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 16:32:31 +01:00
fix (plg_image_thumbnail): build issue
This commit is contained in:
parent
46b67d6711
commit
42b2435c16
2 changed files with 0 additions and 4 deletions
|
|
@ -8,8 +8,6 @@ import (
|
|||
"os/exec"
|
||||
)
|
||||
|
||||
//go:generate make jpeg
|
||||
|
||||
func createThumbnailForJpeg(reader io.ReadCloser) (io.ReadCloser, error) {
|
||||
name := "thumbnail_web.bin"
|
||||
err := setupProgram(name, binaryThumbnailJpeg)
|
||||
|
|
|
|||
|
|
@ -9,8 +9,6 @@ import (
|
|||
"os/exec"
|
||||
)
|
||||
|
||||
//go:generate make png
|
||||
|
||||
func createThumbnailForPng(reader io.ReadCloser) (io.ReadCloser, error) {
|
||||
name := "thumbnail_webp.bin"
|
||||
err := setupProgram(name, binaryThumbnailPng)
|
||||
|
|
|
|||
Loading…
Reference in a new issue