We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i would like to use sharp library to put watermark on dynamic scaled pictures based on device resolution
i.e. watermark 100x80px source picture 1920x1080px resized source image 720x480px
with overlayWith function i would also have to scale the picture for watermark? or have to wait until #239 is improved to handle that correctly?
The text was updated successfully, but these errors were encountered:
Hello, yes, it sounds like #239 should cover what you're looking for.
Sorry, something went wrong.
Is it possible to tile/repeat image? Ruby-vips has an option for replicate image. It would be very useful for water marking with overlay with method.
@lemnisk8 I've added this to #239, thanks for the suggestion.
Closing this question as #239 should cover the requested feature - feel free to re-open if not.
No branches or pull requests
i would like to use sharp library to put watermark on dynamic scaled pictures based on device resolution
i.e. watermark 100x80px
source picture 1920x1080px
resized source image 720x480px
with overlayWith function i would also have to scale the picture for watermark? or have to wait until #239 is improved to handle that correctly?
The text was updated successfully, but these errors were encountered: