Git Product home page Git Product logo

burstlinker's People

Contributors

succlz123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

burstlinker's Issues

Maven repository doesn't work anymore

Because of the close of JCenter, I could not find the binary to use on the Internet. So I forked it and published it on Github Packages with the highest respect.

Everyone could use it by following steps:

  1. Add following codes in settings.gradle
dependencyResolutionManagement {
    repositories {
        maven {
            url = uri("https://maven.pkg.github.com/Cryolitia/BurstLinker")
            credentials {
                username = "Cryolitia"
                password = "9sb2n1ZvKGNMSzXqd0vIxX4nJJuRQHMOc3pf_phg".reverse()
            }
        }
        //other repositories……
    }
}
  1. use implementation("com.bilibili:burstlinker:0.0.13") in dependencies

Then, just enjoy it! ^_^

I honestly appreciate the work that all developers had done, I would be grateful if you could republish it on Github Packages or other maven repository, thanks.

My fork is https://github.com/Cryolitia/BurstLinker

Encoding GIF with Transparent background with lead to black background

Hi ,

Thanks for the useful library.
Here is one minor issue:
When I try to encode GIF with transparent background bitmap(for example, only draw text on the canvas with transparent background) , the output GIF will have black background.
Is there any option to set the transparent background color when encoding the GIF?

Thanks in advance!

什么时候可以支持解析gif

这个库只能写GIF,但是没看到读取解析gif 的接口,这样功能只是实现了一部分,请问什么时候可以支持 gif 的读取和解析呢?

线程崩溃问题和透明gif的问题

1、当init线程数为1时,程序会crash。
2、当输入源为系列的带透明度png时,disposal method参数似乎有问题,经过测试需要将其(3个比特位)支撑2(010)或者3(011)才可以正常渲染;否则渲染出来的都是和上一帧叠加的效果。

no Global Color Table

I use the library' example write a gif file,but when i use another library to decode the file ,it print the error "there is no Global Color Table",so who can hlep to slove the problem!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.