GithubHelp home page GithubHelp logo

Comments (3)

dragon66 avatar dragon66 commented on July 26, 2024

@Hobyrr what is the error message? Did you debug it? Without error message, stack trace, it is hard to say what’s going wrong.

Also, make sure bmp1 and bmp2 are decoded correctly and try to write a single gif image instead of an animated gif. This way, it is easier to find the issue.

By the way, in your screenshot, why can I see some of the method arguments like logicalScreenWidth etc.? Is that a feature of your IDE?

from android-gif-animated-writer.

Hobyrr avatar Hobyrr commented on July 26, 2024

@dragon66 Sorry i wasn't available this weekend, but really thx for your fast reply !

After a lot of research, i found the problem, a simple rights access problem ... My bad, not yours at all, wrong gradle configurations.

Your programm run properly and really faster than i thought ! I tried some other codes, but they were slow... So thx to share it !

For the method arguments, it's my IDE (visual studio) which automatically print them.

I have a last problem... When i try to read the GIF, it works, but for the first iteration, the second pictures doesn't appear.
I have 4 pictures (c1,c2,c3,c4), which should print in this order, but for the first iteration, i've c1>c3>c4.
For all next i've c1>c2>c3>c4.

image

If you want to see the GIF, here it is ! If you've any idea... Thx again :)
animated_500x500

from android-gif-animated-writer.

dragon66 avatar dragon66 commented on July 26, 2024

@Hobyrr Great you figured out the issue and thanks for the following comments:

Your programm run properly and really faster than i thought ! I tried some other codes, but they were slow... So thx to share it !

For the other issue you mentioned - there is a missing frame in the first iteration, I can't reproduce it. I opened it with both IE and Firefox and they all show it correctly.

Sometimes, for the first iteration, playing may not start at frame 0 but it should always be in sequence.

I was able to split the frames of your animated image and I see no issue either.
split_frame_0
split_frame_1
split_frame_2
split_frame_3

from android-gif-animated-writer.

Related Issues (4)

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.