Skip to content
#

gif

Here are 995 public repositories matching this topic...

penfeizhou
penfeizhou commented Mar 5, 2020

In Class com.bumptech.glide.RequestBuilder,there's an important called apply.
In Glide version 4.8.0,The api is

public RequestBuilder<TranscodeType> apply(@NonNull RequestOptions requestOptions) {
...
}

But when on version 4.10.0,The api changes to

 public RequestBuilder<TranscodeType> apply(@NonNull BaseRequestOptions<?> requestOptions) {
    Preconditions
ScreenToGif
onehungrygeek
onehungrygeek commented Jan 6, 2019

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

aseprite
OneAndOnlyOdin
OneAndOnlyOdin commented Mar 26, 2020

If you are using this on the server then you might get a problem with the print("line 16: mode: byte") part if you don't want to fork the repo to fix it you can monkey patch the print() function like this.

import os
from MyQR import myqr
import builtins


def custom_print(*args, **kwargs):
    pass


print("print called")
original_print = print
builtins.print = custom
xzfc
xzfc commented Apr 23, 2020

man peek on NixOS is binary garbage. It seems that some part of the build system doesn't know that peek.1 is already compressed and gzips it for the second time.

One possible fix is to add .gz suffix to generated manpage filename. This is consistent with behavior of data/man/CMakeLists.txt which appends .gz suffix.

diff --git a/data/man/meson.build b/data/man/meson.build
in
Darren-Hudson
Darren-Hudson commented Mar 24, 2020

Bug description

(this template is intended for bug reports, erase it when requesting features/enhancements)

Steps to reproduce the bug

  1. go to piskelapp.com
  2. Fill a few frames with colour
  3. Press Ctrl + Z, sometimes it is fine but most of the time it cuts the bottom off the frames.

Environment details

  • operating system: MacOs Mojave
  • browser (or offline application vers
sebastiantf
sebastiantf commented Jan 8, 2020

$ imagemin --plugin.webp.quality=95 --plugin.webp.preset=icon foo.png > foo-icon.webp

This example specified in the docs doesn't seem to work.

It produces the following error:

Unknown plugin: [object Object]

Did you forget to install the plugin?
You can install it with:

  $ npm install -g imagemin-[object Object]
Captura
onepiecefreak3
onepiecefreak3 commented Feb 16, 2020

This feature is implemented in many graphics hardwares at least of most gaming consoles. Adding this feature would enable ImageSharp to natively allow for these specifications of graphics hardware to be supported out of the box.

As per OpenCV naming and implementation this feature is most likely known as "Remapping" or "Point remapping". So as the naming goes, it should incorporate either one.

rafaelsq
rafaelsq commented Jan 10, 2018
$ docker run --rm -p 9000:9000 h2non/imaginary -enable-url-source
$ curl http://localhost:9000/smartcrop?width=31&height=31&type=webp&url=https://camo.githubusercontent.com/bcb3b2bd343c3c85aaf6094e51c6178bbe239a32/687474703a2f2f7331342e706f7374696d672e6f72672f3874683731613230312f696d6167696e6172795f776f726c642e6a7067
{"message":"Error while processing the image: shrink: parameter vshrin
wehttam0
wehttam0 commented Feb 18, 2019

How is the completion handler parameter below intended to work?

public func animate(withGIFNamed imageName: String, loopCount: Int = 0, completionHandler: (() -> Void)? = nil)

Per the api docs it says:
completionHandler | Completion callback function

The issue is that the completion handler is fired immediately and not when the animations are finished. Seems that the completionHandle

bug

android端基于FFmpeg实现音频剪切、拼接、转码、混音、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图、画面拼接、视频倒播;音视频合成与分离;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;OpenGL实时滤镜;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;基于IjkPlayer修改支持RTSP超低延时直播(局域网1080P延时130ms)、暂停、静音,多路投屏直播

  • Updated Jun 18, 2020
  • C

Improve this page

Add a description, image, and links to the gif topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gif topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.