apng Questions

5

Solved

I have PNG (as well as JPEG) images uploaded to my site. They should be static (i.e. one frame). There is such thing as APNG. (it will be animated in Firefox). According to the Wikipedia arti...
Shipowner asked 24/12, 2010 at 8:37

1

Solved

Generally I use PHP, and ImageMagick, but as far as I can tell it seems the ImageMagick group refuse to implement the ability to create/understand animated PNG files? What tooling can I implement ...
Juliannejuliano asked 1/5, 2019 at 9:53

0

I'd like to support APNG files, but with hover to animate functionality on some pages so it's not too overwhelming. I'd rather not have to store both an animated and still version of the user profi...
Bunt asked 5/9, 2020 at 14:33

1

I want to play APNG files and create animated stickers in my app like LINE messenger! I can create apng using some tools like APNG Assembler. but I dont know how to play animated png in my app. he...
Rhynd asked 18/7, 2016 at 7:40

4

Is it possible somehow to join up PNG images to an APNG animated image using nodejs? I've found PHP library only: link
Sardonic asked 18/8, 2013 at 9:22

1

Solved

I'm trying to create looping apng files from mkvs. My problem is that they don't loop. The files play once, but stop. This is what I'm doing: ffmpeg -ss 16:43 -i ./10.mkv -loop 10 -t 1 -filter:v...
Excoriation asked 5/5, 2017 at 2:26

3

Solved

I'm probably going to get flamed for this. I am wondering if anyone know of any way to load APNG (animated PNG) inside an iPhone app? I'm not talking about multiple PNG image added as an NSArray ...
Victoir asked 24/4, 2015 at 10:18

4

I have been using Gifs for those small loading images. Have been working great except the occasional transparency issues and 8 bit colors. Now I found out about the APNG recently. But don't k...
Fetishist asked 16/7, 2014 at 7:8

1

How do I use animated PNG in Delphi?
Cachexia asked 24/12, 2012 at 13:26

1

Is there no way to play an apng file directly in iOS? I tried AVAnimator, but its solution is to convert the apng file to mvid and then play it frame-by-frame and then to reduce file storage spac...
Fascia asked 1/8, 2014 at 6:41

1

I know that APNG is an extension of PNG, while MNG is more of its own format (albeit developed by the original PNG developers). MNG is barely supported in any browser at all, while APNG almost only...
Fabre asked 24/3, 2014 at 15:16

1

I'm trying to display an animated png (known as apng), by adding the image to a JLabel as usual. This works fine with normal gif-animations, however, I'd prefer to be able to support apng aswell. ...
Bloom asked 12/3, 2013 at 19:50

1

Solved

Hey everyone, So, I'm currently trying the implement the APNG Specification, but am having some trouble with the frame rendering. My function is private void UpdateUI() { foreach (PictureBox pb...
Fritter asked 2/6, 2011 at 14:44
1

© 2022 - 2024 — McMap. All rights reserved.