-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
Add Emboss / Deboss Stamp Augmentation (or Option) #164
Comments
This should be possible by adding certain level of gradient in the edges of the outline, but in actual use case, i think we need to get some templates of those seals? Otherwise it might not be easy to create those seals from scratch. |
We have a draft set of stamps that could be integrated for use with this proposed augmentation, but that will need to be packaged for download separately, possibly on zonodo. Nevertheless, a user will need to reference a set of images within a folder, or possibly an existing set that we may offer via URL to download via zonodo or figshare, etc. Filters and Post-ProcessingBelow are possible filters that may be useful to create a debossed or embossed representation of the stamp that could then be colorized and blended into the ink layer. The use of course-grained noise would help make the impression look more natural when blended with the page. We may also want to borrow some of the letterpress functionality to blend ink-based stamps as well. Note that colorized stamps would represent ink-pressed stamps while a semi-transparent white(?) stamp would represent an impression pressed into the paper to raise/low the paper instead of being combined with ink. Both stamps and seal can have the embossed or debossed impression effect. So a color and alpha transparency level associated with color could be passed in as a parameter or randomized (see Both scipy or opencv are dependencies that offer the convolutions. We may want to compare speeds, but if it's a toss-up then we should stick with opencv for consistency with the majority of our existing code: opencv: scipi: Deboss filters
Emboss filters
|
Add 3D effect of raised (embossed) and lowered (debossed) text or symbols that you might see on a seal or a business card. We may need this as an internal shared lib in addition to being a top-level augmentation since we might want to raise/lower text overall or perhaps just a single seal when add in notary seals as an augmentation type of its own.
The text was updated successfully, but these errors were encountered: