RSS/Atom feed Twitter
Site is read-only, email is disabled

develop web-based image editing application with gimp as backend engine

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

Vu The Cuong
2008-12-11 13:00:33 UTC (about 16 years ago)

develop web-based image editing application with gimp as backend engine

Hi all

The subject says it all. Currently I'm considering to

develop web-based (PHP) image editing application with gimp as backend engine for intranet use.

But I don't know where to start from. Could anyone point me to the right direction?

Please help me, I need your help.

Thanks and regards,

Øyvind Kolås
2008-12-11 13:26:58 UTC (about 16 years ago)

develop web-based image editing application with gimp as backend engine

On Thu, Dec 11, 2008 at 12:00 PM, Vu The Cuong wrote:

Hi all

The subject says it all. Currently I'm considering to

develop web-based (PHP) image editing application with gimp as backend engine for intranet use.

But I don't know where to start from. Could anyone point me to the right direction?

GEGL is moving it's backend to GEGL. So building a web front-end directly on top of GEGL would be the approach I would have taken (and have considered in the past). This would involve making it possible to serve tiles from GeglBuffers (the render cache is such a buffer) over the wire, this would be similar to how maps.google.com / google earth and other similar software transmit only the shown pixels.

/Øyvind K.

Laxminarayan Kamath
2008-12-11 13:34:20 UTC (about 16 years ago)

develop web-based image editing application with gimp as backend engine

On 12/11/08, Øyvind Kolås wrote:

GEGL is moving it's backend to GEGL.

I guess you meant GIMPis moving it's backend to GEGL.

Laxminarayan Kamath
2008-12-11 13:34:26 UTC (about 16 years ago)

develop web-based image editing application with gimp as backend engine

On 12/11/08, Øyvind Kolås wrote:

GEGL is moving it's backend to GEGL.

I guess you meant GIMP is moving it's backend to GEGL.

Øyvind Kolås
2008-12-11 13:47:55 UTC (about 16 years ago)

develop web-based image editing application with gimp as backend engine

On Thu, Dec 11, 2008 at 12:34 PM, Laxminarayan Kamath wrote:

On 12/11/08, Øyvind Kolås wrote:

GEGL is moving it's backend to GEGL.

I guess you meant GIMPis moving it's backend to GEGL.

Good guess :d

/Øyvind K.