Quote from Gaev on January 27, 2022, 3:22 pm@luishp
Answers both issues I raised in earlier post ... thanks ... this opens up easy development of games (and other recreational apps).
Answers both issues I raised in earlier post ... thanks ... this opens up easy development of games (and other recreational apps).
Quote from sakismor on February 1, 2022, 10:01 pmHello
I like to know if it possible to save a png or a jpg file to the server. Not as base64 file.
And then to load to the fabric plugin.
At last I need to save as png or jpg from the fabric plugin not as base64.
I need to see the photo files to a folder at the server.
Is that possible?
Hello
I like to know if it possible to save a png or a jpg file to the server. Not as base64 file.
And then to load to the fabric plugin.
At last I need to save as png or jpg from the fabric plugin not as base64.
I need to see the photo files to a folder at the server.
Is that possible?

Quote from luishp on February 2, 2022, 7:39 am@sakismor you should send the data as Base64 to the server and transform it there to an image file using a server side script.
Please take a look here for a sample PHP script:
https://stackoverflow.com/questions/15153776/convert-base64-string-to-an-image-fileI will probably add this functionality to neoPhp plugin.
Regards,
@sakismor you should send the data as Base64 to the server and transform it there to an image file using a server side script.
Please take a look here for a sample PHP script:
https://stackoverflow.com/questions/15153776/convert-base64-string-to-an-image-file
I will probably add this functionality to neoPhp plugin.
Regards,
Quote from sakismor on February 2, 2022, 8:01 amThank you for your quick answer.
Is it possible someone to help me?
I really don't know how to do it.
Thank you for your quick answer.
Is it possible someone to help me?
I really don't know how to do it.

Quote from luishp on February 2, 2022, 1:58 pm@sakismor, please take a look here:
https://visualneo.com/forum/topic/neophp-plugin-3-4I hope it helps.
@sakismor, please take a look here:
https://visualneo.com/forum/topic/neophp-plugin-3-4
I hope it helps.
Quote from sakismor on February 3, 2022, 8:44 amI am really thank you for your update.
It works fine. And I am really sorry if sometimes I press you but I am trying to make a web app and everytime I found walls.
Best regards
I am really thank you for your update.
It works fine. And I am really sorry if sometimes I press you but I am trying to make a web app and everytime I found walls.
Best regards

Quote from luishp on February 3, 2022, 9:21 am@sakismor facing real projects and VisualNEO Web limits is the best way to improve it.
Thank you!
@sakismor facing real projects and VisualNEO Web limits is the best way to improve it.
Thank you!
Quote from sakismor on February 10, 2022, 7:04 pmI try to put the crop image to a dialog container but It is not working.
Is it possible to check my sample?
I try to put the crop image to a dialog container but It is not working.
Is it possible to check my sample?
Uploaded files:
Quote from luishp on February 10, 2022, 8:11 pm@sakismor for any reason the Wait command does not work inside a Dialog properly.
Please use SetTimeOut instead. Take a look at the attached fixed app.
Remember to take a look at the Console (F12) to have an idea about where the problem is.Regards.
@sakismor for any reason the Wait command does not work inside a Dialog properly.
Please use SetTimeOut instead. Take a look at the attached fixed app.
Remember to take a look at the Console (F12) to have an idea about where the problem is.
Regards.
Uploaded files:Quote from sakismor on February 14, 2022, 2:02 pmOne question.
Is it possible to crop an image and send it to FabricJS plugin?
I try some posibilities but I can't find a solution.
Thank you.
One question.
Is it possible to crop an image and send it to FabricJS plugin?
I try some posibilities but I can't find a solution.
Thank you.

Quote from luishp on February 14, 2022, 2:45 pm@sakismor this should do the job:
- Export image from neoCrop as Base64 using neoCropToBase64Jpg or neoCropToBase64Png.
- Load the image into FabricJS using fabLoadImage. Just use the variable where you have stored the Base64 encoded image instead of the URL.
Let me know if it works.
Regards.
@sakismor this should do the job:
Let me know if it works.
Regards.
Quote from sakismor on February 19, 2022, 10:21 amGood morning
It is working very good with jpg . But when I am trying to work with png is not making.
I don't know if it is an error from the export.
And I have a question about an image that is png transparent. If I load it into the crop container and export it as png will be transparent?
Best regards
Good morning
It is working very good with jpg . But when I am trying to work with png is not making.
I don't know if it is an error from the export.
And I have a question about an image that is png transparent. If I load it into the crop container and export it as png will be transparent?
Best regards

Quote from sakismor on February 19, 2022, 9:12 pmPlease check the example. I need to be the cropped image png transaparent.
Please check the example. I need to be the cropped image png transaparent.
Uploaded files:
Quote from luishp on February 20, 2022, 1:22 pmHi @sakismor you are right there was an error when saving to Base64 png.
Please download and install the attached plugin to fix it.If I load it into the crop container and export it as png will be transparent?
Yes, transparent images will keep the transparency. In your sample app remember to change the "accept" File Input property to ".jpg,.png" so the user can select .png files too.
Regards.
Hi @sakismor you are right there was an error when saving to Base64 png.
Please download and install the attached plugin to fix it.
If I load it into the crop container and export it as png will be transparent?
Yes, transparent images will keep the transparency. In your sample app remember to change the "accept" File Input property to ".jpg,.png" so the user can select .png files too.
Regards.
Uploaded files: