Online Image Editor - Ajax or Flex / Flash?

后端 未结 1 1741
半阙折子戏
半阙折子戏 2021-01-05 02:16

I am working on a plan to build an online image editor with just some basic functions. It should (obviously) contain a canvas working area and support the following function

相关标签:
1条回答
  • 2021-01-05 03:02

    Ajax version would have to use something on the server processing the images, like the GD Library or ImageMagick. With flash you/flex you could do the image processing on the client side, and with Flash Player 10 you can take advantage of Pixel Bender for image processing. I guess it depends on the size of your images. I would be interesting to see a benchmark on some big images, flash vs ajax/php.

    Good question.

    0 讨论(0)
提交回复
热议问题