-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How install manage animated GIF in datalife engine? #25
Comments
Sybioб, can you help me? |
Hi @www-abcd I don't know about datalife engine, and I found that the doc' is written in Russian that I can't read. You should find some help from the datalife engine community, just know that ImageWorkshop is a simple PHP library you should find how to add external library in this CMS ^^ |
Thank you Sybio. I did it. Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 296849 bytes) in D:\OpenServer\open_server_4_8_8\domains\gif\src\PHPImageWorkshop\Core\ImageWorkshopLib.php on line 121 How to fix this error? |
Your welcome @www-abcd. This error appears because your script is trying to use more RAM than authorized by your PHP configuration. In fact GD library uses a lot of RAM to manipulate images and in your case it's too much... Here how to fix it : #21 (comment) |
Thank you Sybio. |
Indeed... Can you give me your original GIF image ? Sometimes there is a bug like that because a frame can be partially transparent, and you need to paste all frames on previous one to have the background. I will try something with your GIF ^^ |
Original GIF image: |
sorry I know it's late comment about the issue...Datalife engine has stop gif animation supports since DLE 9.7 (security patch) and completely removed in DLE 9.8, also watermark will not work with gif because algorithm can't be supported in embed watermark..so there is nothing wrong with this script, but the problem is in datalife engine limitation. |
I want install this app in datalife engine. Datalife have function watermark but I can install this app because in datalife do not working watermark for gif animation and I really need this feature.
Sorry for this question because I am not pro in PHP and I can not do it.
The text was updated successfully, but these errors were encountered: