Closed egstar closed 2 months ago
Please can you provide a minimal, standalone code sample and image that allows someone else to reproduce.
Oh, after testing the standalone function, i found the typo, that the source of image was already saved with the tiles, that's why, Sorry for bothering you, has been fixed..
Thanks for your reply
Possible bug
Is this a possible bug in a feature of sharp, unrelated to installation?
npm install sharp
completes without error.node -e "require('sharp')"
completes without error.If you cannot confirm both of these, please open an installation issue instead.
Are you using the latest version of sharp?
sharp
as reported bynpm view sharp dist-tags.latest
.If you cannot confirm this, please upgrade to the latest version and try again before opening an issue.
If you are using another package which depends on a version of
sharp
that is not the latest, please open an issue against that package instead.What is the output of running
npx envinfo --binaries --system --npmPackages=sharp,next --npmGlobalPackages=sharp
?What are the steps to reproduce?
The tile options works normally on localhost, but when i use after on Almalinux 8 server it ignores false status
test link
What is the expected behaviour?
To have a single logo in the center of the original image.
Please provide a minimal, standalone code sample, without other dependencies, that demonstrates this problem
Please provide sample image(s) that help explain this problem
Current result ( On server )
Expected result ( Same as on localhost )