-
{{ product.dl_count_total|number_format }}
{{ item.dl_count|number_format }} - {{ product.dl_count|number_format }}
-
{{ product.rate_average_2dp }}
({{ product.rate_count|number_format }})
| เซอร์เคิล คน | EasyGameCreate |
|---|
| วันที่ขาย | 08/08/2014 |
|---|---|
| ชื่อซีรี่ส์ | 便利ツール・ソフトウェア |
| การกำหนดอายุ |
ทุกวัย
|
| รูปแบบผลงาน | |
| รูปแบบไฟล์ | |
| ภาษาที่รองรับ | |
| ขนาดไฟล์ |
5.53KB
|
เนื้อหาผลงาน
This PC app will rapidly display images from a folder,
turning them into a smooth animated scene.
Drag and drop the images from a folder and the animation will begin.
When the last image is reached, it will loop.
Animation speeds can be set freely.
60fps (frames per second) is 16ms (milliseconds),
30fps is 33ms, and so on, please customize
by thinking in terms of length of individual image display.
(Lower ms = higher fps, faster animation.)
The software supports PNG and JPEG image formats.
It will read any filename.
(Filenames display in alphabetical order.)















{
const fallbackSrc = '/modpub/images/web/home/not_found_img_main.png'
if (e.target.src === fallbackSrc) return;
e.target.onerror = null;
e.target.src = fallbackSrc;
}"
>