gif
Here are 1,082 public repositories matching this topic...
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
-
Updated
Oct 26, 2020 - C#
When adjusting alpha on a pixel from the color picker it's quite easy to "whiff" the alpha bar and replace your current color with black because the SV box's area for some reason extends several pixels below the alpha bar's. Demonstration in the below image:
I'd recommend the alpha
Thanks a ton for any helpful feedback
I need help with getting best quality GIFs.
I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.
I don't know what value to give for shadow
Views and Drawable for displaying animated GIFs on Android
-
Updated
Oct 4, 2020 - Java
I'd like to request an argument with the audio_loop function which is a gap duration - a gap of time with no audio between the loops.
https://zulko.github.io/moviepy/ref/audiofx/moviepy.audio.fx.all.audio_loop.html
Would it be possible to have Peek automatically start the render after capture, saving it using the default filepath it already uses?
Add an output flag
A simple web-based tool for Spriting and Pixel art.
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Mar 18, 2019 - JavaScript
Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes
-
Updated
Aug 16, 2020 - C#
It would be cool if it would remember settings I gave it, so I can have the same settings for multiple files (or even support multi file processing). ATM I need to remember which settings I have set and it is hard to adjust width/height to exactly that dimensions as before.
Initial attempt failed, we need to fix the following issues:
SixLabors/ImageSharp#1302 (comment)
Disabling the two (likely) bugs with [ActiveIssue] might be also fine.
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
-
Updated
Sep 6, 2020 - Go
A lightweight and pure Swift implemented library for select photos from album. Support select multiple photos, video, gif, livePhoto. Support edit image and crop video. 轻量级支持多选照片、视频选择框架,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑裁剪图片/视频,支持多语言国际化等功能;
-
Updated
Oct 26, 2020 - Swift
-
Updated
Jul 26, 2019 - Python
Contains some simple and commonly used WPF controls
-
Updated
Oct 24, 2020 - C#
android端基于FFmpeg实现音频剪切、拼接、转码、混音、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图、画面拼接、视频倒播;音视频合成与分离;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;OpenGL实时滤镜;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;基于IjkPlayer修改支持RTSP超低延时直播(局域网1080P延时130ms)、暂停、静音,多路投屏直播
-
Updated
Oct 23, 2020 - C
GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format.
-
Updated
Oct 10, 2020 - Rust
图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能 Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, Download the resources on iCloud online, browse the web image function
-
Updated
Oct 26, 2020 - Objective-C
Improve this page
Add a description, image, and links to the gif topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gif topic, visit your repo's landing page and select "manage topics."



I am profiling memory on my app usage and was looking at the built-in
tremMemory(int level)methods inLruResourceCacheandLruBitmapPoolto see what their behavior is when I invoke them from my application'sonTrimMemorymethod. The trim memory levels are documented here.Here is Glide's implementation