You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand this is a feature request and questions should be posted in the Community Forum
I searched issues and couldn’t find anything (or linked relevant results below)
Problem
We can not do anything with images, We can not add any Emoji and text and markup on images
Solution
Uppy is really really excellent but some features are still missing we can not add any markup, text, or something like we can in Whatsapp
There should be a property "enable date on image" on every image so, User can see when This image was uploaded,
same as emojis or other
You can see there is no way to mark something on the image
Thanks
Alternatives
As of now, we can do one thing get the EXIF data of the image and show it at the bottom of the image thumbnail
The text was updated successfully, but these errors were encountered:
PreetamKumarjoshi
changed the title
Add text or Emoji or something with upladed image Or bydefault add date on uploaded image
Add text or Emoji or something with upladed image Or add date on uploaded image
Nov 22, 2022
Hi! I don't think we will do this. I'll try to explain.
In Uppy, we provide common use cases behind options and give primitives, such as pre and post processors and events, to let people make custom adjustments.
If you want something very custom, it's relatively easy to make an Uppy plugin.
Making a specific option for something like a date on the thumbnail is highly specific is not an agnostic way of changing something.
Hence I don't think we will do this. What I recommend is to try one of these things:
Use the thumbnail:generated event to customize the image afterwards. This is probably not ideal as you do double work.
Fork @uppy/thumbnail-generator and build it how you want. If you're using dashboard, you would have to pass disableThumbnailGenerator before adding your own with .use.
Initial checklist
Problem
We can not do anything with images, We can not add any Emoji and text and markup on images
Solution
Uppy is really really excellent but some features are still missing we can not add any markup, text, or something like we can in Whatsapp
There should be a property "enable date on image" on every image so, User can see when This image was uploaded,
same as emojis or other
You can see there is no way to mark something on the image
Thanks
Alternatives
As of now, we can do one thing get the EXIF data of the image and show it at the bottom of the image thumbnail
The text was updated successfully, but these errors were encountered: