Online Hot Stamp Designer (1 Viewer)

bw114

Waiting List
Joined
May 11, 2022
Messages
9
Reaction score
17
Location
USA
Is there any sort of online tool that can mock up hot stamp text for me? I'm designing a Hot Stamp CPC set and don't want anything too crazy, pretty similar to the stock Atlantic Club Hot Stamps, but with different text and denoms. Just wondering if there's a way I can do that online with a tool. Will most likely reach out to a designer if not.
 
I'm not sure about an online tool.

I've myself a hotstamp set currently in the making and had to provide CPC with a vector file of the stamp so that he can create the die.
 
Is there any sort of online tool that can mock up hot stamp text for me? I'm designing a Hot Stamp CPC set and don't want anything too crazy, pretty similar to the stock Atlantic Club Hot Stamps, but with different text and denoms. Just wondering if there's a way I can do that online with a tool. Will most likely reach out to a designer if not.
It's not difficult.. You just need to save the simple text as a PNG and you can play around with their tool directly.
 

Attachments

  • Screenshot_20230922_150314_com.android.chrome.jpg
    Screenshot_20230922_150314_com.android.chrome.jpg
    79.4 KB · Views: 54
Last edited:
Oooh fancy! Congrats @improviseallday! First time I have been invited to an Alpha test :cool

I can not see myself using another tool than Illustrator, but I can totally see how it could be useful for those that do not have access to it, and just want something relatively simple for a stamp. Or just to quickly test things.

I'll test it more later. but one thing I have noticed. I assume it is a feature, not a bug, but if the text is longer than a half circle, it gets cut. Maybe allow a full circle in addition to top and bottom arcs?

Possible features for future releases:

- plug into Google font?
- allow SVG icon upload?
 
I can not see myself using another tool than Illustrator, but I can totally see how it could be useful for those that do not have access to it, and just want something relatively simple for a stamp. Or just to quickly test things.
Yes, this tool gets 90% of the way quickly, and is most helpful for non-designers. For designers the value add could be mobile. What's missing right now that would allow you to prototype on your phone? A mobile-optimized layout for sure, but a few ideas other ideas on my list (thanks for the suggestions, especially fonts!):

- Fonts
- More default icons
- Better export to Illustrator workflow
- SVG icon upload
- JPG/PNG icon upload
- Full circle arcs
- Better looking hotstamp texture
- More chip backgrounds

I'll test it more later. but one thing I have noticed. I assume it is a feature, not a bug, but if the text is longer than a half circle, it gets cut. Maybe allow a full circle in addition to top and bottom arcs?
It's a technical limitation from how I draw the arc currently. I'll fix it. I do think the concept "circle top text" and "circle bottom text" make sense because even for full-circle text, the orientation information is needed.
 
I know fontawesome, flaticon and others big libraries/collections have API, not sure how it works or if there is a cost involved for projects like this.
 
I know fontawesome, flaticon and others big libraries/collections have API, not sure how it works or if there is a cost involved for projects like this.
After some digging, I think the licensing terms generally prevent this use case. I think I have to find some openly licensed icons or design/commission them.

Example from FontAwesome

Screen Shot 2023-09-24 at 9.33.57 PM.png


(I'm using your 4 icons from the other thread, please don't sue me :) )
 
These ones seem free and open-licensed: https://www.svgrepo.com/

One other option could be to tap into the unicode characters… tons of nice arrows, stars, asterisks, and various symbols.
This site is fantastic, thanks for sharing. Most FOSS icon sites I had found were focused on UI elements.

The icon repo should be representative of popular themes across casino sets. Most free icon sets I've come across are focused on UI design.

Some ideas that come to mind:

- Card suits
- Wild West/Native American
- Current Strip themes- France, Italy, Egypt, circuses, ...
- Tropical themes
- Top hat and cane just kidding

svgrepo seems to have it covered!

Screen Shot 2023-09-24 at 11.20.22 PM.png
Screen Shot 2023-09-24 at 11.22.42 PM.png
Screen Shot 2023-09-24 at 11.21.58 PM.png
Screen Shot 2023-09-24 at 11.22.20 PM.png
 
I saw this but I think the licensing is tricky. They have some tiered system. Maybe if this project expands in scope and gets monetized... but that's very far off into the uncertain future. For now svgrepo is brilliant.

SVG upload is important but I think quick designs will benefit from a few dozen built in icons.
 
Mmmh… Either it has changed, or I misremembered, I thought that all their cc ones were free to use for whatever.
With an account, the unlimited use is something like 3$/month, not sure about a project like yours though…

Free API gets you 5000 calls/month.

But yeah, you are right, a couple of nice built-in options might be better.
 
On a completely different subject, I do not know if you are familiar with TailwindCSS, but for quick UI prototyping (not only, you can totally use it in production), it is phenomenal.
 
After years wrestling with Javascript build chains in corporate, it's a bit of fresh air just to write plain HTML/CSS/JS and iterate directly in-browser.

But I probably need a UI framework because... I'm not particularly good at designing UI components :ROFL: :ROFLMAO:. So I'm sure Tailwind UI could come in handy. Will consider along with Ant Design and Material Design.

Screen Shot 2023-09-25 at 12.05.06 AM.png
Screen Shot 2023-09-25 at 12.05.24 AM.png
Screen Shot 2023-09-25 at 12.05.34 AM.png
 
I have not much experience with the Tailwind UI part, but the default https://tailwindcss.com/ framework is a fantastic tool. I would not call it a framework rather than a cohesive base of classes, and a new way of looking at CSS.

After years wrestling with Javascript build chains in corporate, it's a bit of fresh air just to write plain HTML/CSS/JS and iterate directly in-browser.

That 's the beauty (and weirdness, at first…) of Tailwind, you edit only the html file by adding a bunch of utility classes to elements. I was a die-hard minimal hand-coded CSS advocate… and I could not going back.

Sorry for the derail.
 
That 's the beauty (and weirdness, at first…) of Tailwind, you edit only the html file by adding a bunch of utility classes to elements. I was a die-hard minimal hand-coded CSS advocate… and I could not going back.
I'm here for the webdev derails :D

Reading the docs, it reminds me of one of my gigs, where the dev and design team was all in on Angular Material. Flex-Layout uses a similar approach of layout-in-HTML (but with the crazy Angular build chain.) It was good for a team but I'm not sure if I'm ready to try that approach again. My CSS is admittedly a mess, but just like my recycling corner, I'll clean it up once it piles up and slows down development.
 
@improviseallday Bravo! I am impressed. I tested it out and it works beautifully except export. When I click on export and then "download" it opens a new, blank tab. But if I right click download and "save link as" I do get the below image as an SVG. For reference, I am on a mac and using Chrome browser.

I do agree you should add more font options.

1695696067431.png
 
@improviseallday Bravo! I am impressed. I tested it out and it works beautifully except export. When I click on export and then "download" it opens a new, blank tab. But if I right click download and "save link as" I do get the below image as an SVG. For reference, I am on a mac and using Chrome browser.

I do agree you should add more font options.

View attachment 1201150
It's supposed to be a SVG so that the die maker can make the die using vector. Do you need a exported version without the chip background? Some other image format? Something else entirely?

I'm working on the fonts! Let me know if you have any Google Fonts in mind.
 
It's supposed to be a SVG so that the die maker can make the die using vector. Do you need a exported version without the chip background? Some other image format? Something else entirely?

I'm working on the fonts! Let me know if you have any Google Fonts in mind.
SVG is fine. It just did not load in the chrome tab automatically is all. I will probably keep designing in AI but think it is great for folks mocking up before sending to a designer to finalize. I will have to look at fonts and get back to you.

Again, great work!
 
Oh, I see what you're saying. No preview in the new tab. I'll fix it.

I've been testing in Safari... should probably add Chrome to the testing list heh.
 
I'm here for the webdev derails :D

Reading the docs, it reminds me of one of my gigs, where the dev and design team was all in on Angular Material. Flex-Layout uses a similar approach of layout-in-HTML (but with the crazy Angular build chain.) It was good for a team but I'm not sure if I'm ready to try that approach again. My CSS is admittedly a mess, but just like my recycling corner, I'll clean it up once it piles up and slows down development.
You should include the TRK denomination font and the Paulson denomination fonts for this be sided designs.
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account and join our community. It's easy!

Log in

Already have an account? Log in here.

Back
Top Bottom