I want to make animated sticker in telegram. But without using adobe after effects or stuff. Actually I wnat to export GIF to TGS . Can someone help me?
Maybe this answer is completely wrong, but after a bit of research, it seems that telegram stickers are vector based, so you shouldn't be able to use any kind of images in them (also, requirement 7: Creating Animated Stickers). If it were true that they're vector only, then you could only get cartoonish styled animations, like the ones you see in most of their sticker packs.
However, Telegram has a separate gif feature, which you may use instead
Related
I am looking for a way to create annotations in React just like the image below
for example, when Commits is clicked and Apple is clicked next, then i need to draw the arrow from Commits to Apple. An example of what i want to achieve is found here
I think the quick-and-dirty way would be using material-ui (if using this library anyway), and try to make the timeline component work this way (material-ui.com/components/timeline)
But, for a really nice look and feel, I would recommend dive deeper into libraries like
Proton (https://www.npmjs.com/package/proton-js)
Canvasjs https://canvasjs.com/docs/charts/
Recharts https://github.com/recharts/recharts
It doesn't seem to be existing out of the box 🤷♂️
I'm trying to develop an icon for my app, specifically the play store icon which is 512 x 512. I've Google for days now and only find Photoshop stuff, which is too expensive for me and the learning curve just for one icon is not worth it.
Do any of you know of cheaper software that I can buy and use, specifically something that just help you create high quality icons?
I am also open to courses for Gimp and Paint that can teach you, but not Photoshop please. I know they are the best but they don't think of guys like me that are starting out.
I'm not sure whether this is the proper place for this kind of question, but I think Gimp seems the most reasonable option. The web is full of tutorials for it, so I think it's worth searching there. For example: Creating Icons
I've been trying to separate the text/images into columns using normal CSS script, but they are not recognized by the google custom card interface. I've noticed that all the commands are a little different stylistically from CSS, though derived from that language as far as I can tell. I've tried looking for some general reference material on this google variant to solve this issue, but so far have not had any luck. Any suggestions?
The card layouts do use standard CSS. We strip out anything that might be a security risk, but it's unlikely you're encountering that. Can you include a link to your table and an example of the CSS you think should be working but is not?
If you'd rather not make your table accessible you can send mail to googletables-feedback#google.com and we can pick up the conversation from there.
I am creating effects in my AIR application using actionscript like fadeIn and fadeOut. is there any way to export those animation to movie format like FLV or AVI using actionscript?
Thanks
I don't think there's going to be any way to do this on the web unless you stream the data to some sort of server like Red5 or Flash Media Server or something along those lines. If you're just looking to capture the effects and can build/run the app as an AIR app you can probably use the class found here http://www.zeropointnine.com/blog/assets_code/SimpleFlvWriter.as.txt to get it to save the data to a file. You can use (can't post multiple links damn stackoverflow for not linking my accounts correctly...) google "BitmapData draw flex reference"
in order to draw the stage to a bitmapdata object then you'd have to push that data into the SimpleFlvWriter.as (not as simple as it sounds :) ), sorry don't know of a boxed solution for this let me know if you're able to make anything of it and good luck! oh also as an aside you may be able to get away with just using something like SnagIt depending on the fidelity you're looking for.
i need of simple UsA map in flex ,all Area need to be click able as button .
Is there any tool available for designing buttons in various shape in flex or any build in free map is available in flex.
As vector format so that zoom in will not affect the quality.
i need to design like as shown in this site
http://www.futurevision.com.ua/products/usa_flash_map.php
This is the Degrafa Map Demo. It is still in the samples section so perhaps the site was down at the time.
data viz sample page here:: http://www.degrafa.org/samples/data-visualization.html
Load the "Map Dashboard" sample and Right click/View source to get at the code.
Cheers
Jason.
I posted a similar question a while ago but needed more customization.
I used SVG path data in Degrafa to create custom maps of the world, continents, USA.. for a customer. Degrafa used to have a nice US map demo (with source code) as part of its samples, but it disappeared from the web. I don't know of any tool that would help to design clickable Flex shapes. I have no doubt though that Degrafa will provide more support and tools for converting and using SVG.
Some products I found: ilog, ArcGis
And also found this open-source library : GeoVis (birdeye)
But it's very unstable and haven't seen many changes recently.
I'll do that (or, I'll have a designer to do that) in illustrator, and then import the vector format in flex, with the [Embed] metadata.
I don't know if it is a downside for you (for me is a plus), but in this way you have to do everything in code, not with the FlexBuilder UI.