Ed Asriyan

Results 12 comments of Ed Asriyan

@arian81 hi! I made such app. You can find it here: https://github.com/ed-asriyan/tgs-to-gif.

@arian81 As I see your problem is you run the script not in the project directory. Please, run the following commands: ```bash git clone https://github.com/ed-asriyan/tgs-to-gif.git cd tgs-to-gif npm install ```...

No. But it is a good idea to enhance the tool

make a pull request please:)

Hello! Where can it be useful?

could you give an example of such sticker?

Hi! Are you talking about the following structure: ``` . ├── bin │   ├── tgs_to_gif.sh │   ├── tgs_to_png │   ├── tgs_to_png.sh │   └── tgs_to_webp.sh └── src

I am not cmake guru. so @saltedcoffii, I would be happy if you review the pull request #75 :)

in case of switching to meson 1. is it possible to keep the build option regarding _static_/_dynamic_ linking? 2. can meson manage dependencies? 1. if no, does it work with...