thetrik / VbPng

This project is designed to provide the ability to work with PNG/ICO/CUR/ANI images in Visual Basic 6.0 using the standard controls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error about load ani

wwwbarnamehadotnet opened this issue · comments

my user id in vbforum is Black_Storm.

i selected some ani files for mouse pointer but some of them loaded and some of them error about "invalid picture" so what kind ani support?!!! i think this error maybe happen for some of ico or cur files too.

and can u add 2 support format too about animted pictures?

important is apng format(animated png format and animated gif format) but apng is better,i can load apng in vb6 but with some user controls but i like use in this add ins too

Thank you for testing. What's the ANI doesn't work? Can you attach a file?

hi i recorded screen from my use :

most times this error :
2
some times when i select that ani files work some times same files not work with that error .
this error is about other ani files too like theme.
this error happen when i select png or etc too for image box or other controls :

i attached that ani files too.
demo.zip

and some times i see this error too :
error

i have a question too about possible to load icon without lose quality, my means in this recorded screen,because i select icon but after run quality will be lose:
1

hi i recorded screen from my use :

most times this error : 2 some times when i select that ani files work some times same files not work with that error . this error is about other ani files too like theme. this error happen when i select png or etc too for image box or other controls :

i attached that ani files too. demo.zip

and some times i see this error too : error

i have a question too about possible to load icon without lose quality, my means in this recorded screen,because i select icon but after run quality will be lose: 1

You have the broken files (the RIFF chunk size is incorrect).

demo.zip

Regarding to the second question - please attach an example.

You have the broken files (the RIFF chunk size is incorrect).

If you mean that the files have problems, many of them are in the famous software "Design of animated cursors",that files open without any problems in these softwares,I just randomly tested several files, if I want to Every file I open may have some of them unusable.

in this sample i tested that ani files with others apps without problem:

11

it is only in using this add-ins that I have a problem, "Of course you noticed that I said before that most of the time it gives an error and sometimes it works correctly?" While the same file that gave the error sometimes opens and sometimes gives an error, in this case, how is it possible that the file is corrupted? i think something is wrong in add-ins , i showed another error too.

Regarding to the second question - please attach an example.

The last image I posted in the previous article was an example,this is another attach :

22
possible to can keep that orginal quality after open?

If you mean that the files have problems, many of them are in the famous software "Design of animated cursors",that files open without any problems in these softwares,I just randomly tested several files, if I want to Every file I open may have some of them unusable.

Yes, your previous attached files have the bad RIFF structure. The Add-in requires valid RIFF structure because it uses CreateIconFromResourceEx function which doesn't accept broken files. Did you try the files i attached in the previous post? They are fixed and work good but now i'll know which program should not be used for creating cursors.

The last image I posted in the previous article was an example,this is another attach :

I meant attach the problem icon not animation.