# Photoshop-like program that I can include in a website

**URL:** https://boards.straightdope.com/t/photoshop-like-program-that-i-can-include-in-a-website/506934
**Category:** Factual Questions
**Created:** [August 19, 2009, 8:06am UTC](https://boards.straightdope.com/t/photoshop-like-program-that-i-can-include-in-a-website/506934 "2009-08-19T08:06:38Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![tim314](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/tim314/32/3468_2.png) [@tim314](https://boards.straightdope.com/u/tim314)
#### Post date: [August 19, 2009, 8:06am UTC](https://boards.straightdope.com/t/photoshop-like-program-that-i-can-include-in-a-website/506934/1 "2009-08-19T08:06:38Z")

</div>

I’ve seen some sites that offer a photoshop-like program that you can run through your web browser, but what I’m looking for is a site that will license such a program (or give it away for free) so that it can be added to a site I’m working on, to let someone edit images on our site without having to navigate to a different site.

Is there any such thing available? It doesn’t need to be as good as photoshop, but I’d like to _at least_ let the user do basic stuff like cropping and resizing images. But the more it can do, the better.

Thanks in advance.

---

<div class="post-metadata">

### Author: ![ZipperJJ](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/zipperjj/32/211_2.png) [@ZipperJJ](https://boards.straightdope.com/u/ZipperJJ)
#### Post date: [August 19, 2009, 8:13am UTC](https://boards.straightdope.com/t/photoshop-like-program-that-i-can-include-in-a-website/506934/2 "2009-08-19T08:13:06Z")

</div>

What language is your site in? I’ve worked a lot with [ASPJpeg](http://aspjpeg.com/) but that’s just for ASP and [ASP.NET](http://ASP.NET).

---

<div class="post-metadata">

### Author: ![GuanoLad](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/guanolad/32/42_2.png) [@GuanoLad](https://boards.straightdope.com/u/GuanoLad)
#### Post date: [August 19, 2009, 9:22am UTC](https://boards.straightdope.com/t/photoshop-like-program-that-i-can-include-in-a-website/506934/3 "2009-08-19T09:22:48Z")

</div>

[Here’s an AJAX based app](http://htmlblog.net/pixidou-an-open-source-ajax-image-editor-php-and-yui-based/). I just had a quick browse of this page, but it seems reasonably fully featured.

---

<div class="post-metadata">

### Author: ![Panurge](https://avatars.discourse-cdn.com/v4/letter/p/fbc32d/32.png) [@Panurge](https://boards.straightdope.com/u/Panurge)
#### Post date: [August 19, 2009, 9:42am UTC](https://boards.straightdope.com/t/photoshop-like-program-that-i-can-include-in-a-website/506934/4 "2009-08-19T09:42:08Z")

</div>

[Picknik](http://www.picknik.com) has that option - it’s called [Picknik in a Box](http://www.picnik.com/info/api/tutorials/packing-a-picnik). I have no idea whether it is good or not but it could be worth a try.

---

<div class="post-metadata">

### Author: ![GuanoLad](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/guanolad/32/42_2.png) [@GuanoLad](https://boards.straightdope.com/u/GuanoLad)
#### Post date: [August 19, 2009, 10:26am UTC](https://boards.straightdope.com/t/photoshop-like-program-that-i-can-include-in-a-website/506934/5 "2009-08-19T10:26:51Z")

</div>

> [@Panurge](#):
>
> [Picknik](http://www.picknik.com) has that option

[Fixed link.](http://www.picnik.com/)

---

<div class="post-metadata">

### Author: ![Anaglyph](https://avatars.discourse-cdn.com/v4/letter/a/ed8c4c/32.png) [@Anaglyph](https://boards.straightdope.com/u/Anaglyph)
#### Post date: [August 19, 2009, 12:41pm UTC](https://boards.straightdope.com/t/photoshop-like-program-that-i-can-include-in-a-website/506934/6 "2009-08-19T12:41:03Z")

</div>

[Aviary](http://aviary.com/tools)?

---

<div class="post-metadata">

### Author: ![tim314](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/tim314/32/3468_2.png) [@tim314](https://boards.straightdope.com/u/tim314)
#### Post date: [August 19, 2009, 2:14pm UTC](https://boards.straightdope.com/t/photoshop-like-program-that-i-can-include-in-a-website/506934/7 "2009-08-19T14:14:26Z")

</div>

Thanks for all the links, everyone. I’ll be sure to check them out.

> [@ZipperJJ](#):
>
> What language is your site in? I’ve worked a lot with ASPJpeg but that’s just for ASP and [ASP.NET](http://ASP.NET).

Sorry, I should have included that info above. We use [ASP.Net](http://ASP.Net) 2.0 with the AJAX extension
