Giter Site home page Giter Site logo

Help about wpaint HOT 5 CLOSED

websanova avatar websanova commented on August 15, 2024
Help

from wpaint.

Comments (5)

websanova avatar websanova commented on August 15, 2024

var imageData = $("#wPaint3").wPaint("image");
$("#canvasImage").attr("src", imageData);

or just send the data to your server and save it as a png.

Rob

On Fri, Aug 3, 2012 at 3:42 PM, FernandoI7 <
[email protected]

wrote:

How can I save the drawing in binary format to put it in the database?


Reply to this email directly or view it on GitHub:
#2

from wpaint.

FernandoI7 avatar FernandoI7 commented on August 15, 2024

This is my situation:
I have three fields to record the image in the database. One is the image that is in the form bytea. The second is the name of the file to be saved. And the third is the extension. But this code:

var imageData = $ ("# wPaint3"). wPaint ("image");
$ ("# canvasImage.") attr ("src", imageData);

Just save the image in base64 format. I need the value that is in the input tag is the same as if I had attached the image of my computer, so I can store it in the field bytea.

from wpaint.

websanova avatar websanova commented on August 15, 2024

Right, so send the base64 data to your server and convert it to whatever
you like and save it. ;)

Rob

On Mon, Aug 6, 2012 at 2:38 PM, FernandoI7 <
[email protected]

wrote:

This is my situation:
I have three fields to record the image in the database. One is the image
that is in the form bytea. The second is the name of the file to be saved.
And the third is the extension. But this code:

var imageData = $ ("# wPaint3"). wPaint ("image");
$ ("# canvasImage.") attr ("src", imageData);

Just save the image in base64 format. I need the value that is in the
input tag is the same as if I had attached the image of my computer, so I
can store it in the field bytea.


Reply to this email directly or view it on GitHub:
#2 (comment)

from wpaint.

FernandoI7 avatar FernandoI7 commented on August 15, 2024

I managed to save bytea format image but the image is only retrieved if it is shaped base 64 otherwise unable to retrieve the bytea and display the image.

from wpaint.

FernandoI7 avatar FernandoI7 commented on August 15, 2024

Finally got everything I needed, but I had to work with the image always in base64 format and saves it as bytea. It worked and that's what matters! Thanks for the help.

from wpaint.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.