Giter Site home page Giter Site logo

Comments (2)

GoodLittleDev avatar GoodLittleDev commented on August 31, 2024

This is a front end problem, you could save each layer as independent
images for future adjustments but this project is the back end server side
code not the front-end user side code. this PHP library only deals with
what happens after a user hits submit. I would suggest Looking into Ajax
and then doing request that way, that being said GD (which is what this
Library uses) is not best for user side code it is not high performance
this library is highly compatible (most PHP servers have GD installed) so
this Library is best for website admins things like auto adjusting images
sizes of a school website for both mobile viewing and desktop viewing. but
doing millions of pictures per day or hour this would take so much server
power it would be crazy. I would look at using imageMagick instead because
performs better but you must make sure your server has ImageMagick
installed.

On Fri, Jun 6, 2014 at 1:01 PM, chrbono [email protected] wrote:

Hi,
I have a project to do a greeting card application for a my website. I
would like to know if there is a way to select the layer by mouse click and
be able to do editing on that layer?
For example a user created 4 layer and then decide to do changes on the 2
layer.


Reply to this email directly or view it on GitHub
#44.

from imageworkshop.

Sybio avatar Sybio commented on August 31, 2024

As mentioned previously by @GoodLittleDev, you need to create a dynamic frontend with Javascript and AJAX for example, which send to the server the coordinates of images, width and z-index to recreate in the server-side what you see in the frontend side.

from imageworkshop.

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.