image-editor

Are there any free java/flash image editor plug-in/applets that i can include in my site?

I am currently re-developing an e-commerce back end system and I was wondering if anyone here had come accross a free ajax script/plug-in/flash file which could allow our users to upload an image and offer some basic editing tools, i.e. crop, rotate, resize? We currently have a PHP based image resizing tool using the GD library that sim...

What image-editor or library produces an easy-to-use 2D vector format describing areas / masks?

Step 1) Administrative / data entry worker opens ?, loads raster image, and using a 'lasso-like' tool (a la Photoshop 'magnetic' if possible) specifies areas of interest / masks. Step 2) ? Step 3) Profit! (i.e., application opens raster image, vector file describing masks, does interesting stuff to areas of interest based on runtime ...

Java Image Editor which renders output as source code?

Alex explained what I'm looking for much better than I have: You want an existing program that allows you to draw a picture, captures what you do as you draw, and writes each action as a Java command. When you click the "Drawl Oval" tool and click at 0,0 and then at 50,50, it would generate the line g.drawOval(0,0,50,50...

What image editor do you recommend to create cool UI elements?

I sincerly believe that cool-looking UI has significant contribution to the value of your software. It not only significantly improves sales but also ease user-buyin, upgrading willingness, or just causes some pleasant moments to the user. To get cool UI, you will need a lot of images, and you need to play frequently with transparancy....

What graphical software is used to design for web?

Until now I have always used Photoshop to create certain effects. But sometimes, no, actually, quite often I find that I can't easily create certain effects. For example, shadows of equal size around a squared bar (I get them slightly narrower on two of four sides), or maybe this Vista-like bar effects. I know I can achieve the results m...

Creating an image editing application in Python

I need a tile/sprite editor kind of like Pixen, but I couldn't find one for Windows so I thought it might be a good exercise for me to try and put one together. I use Python, so are there any libraries out there that are suited to the task of putting together a simple tile/sprite editor? ...

how to view encrypted picture

how do people view encrypted pictures like on this wiki page? is there a special program to do it, or did someone decide to do some silly xor just make a point about ECB? im not a graphics person, so if there are programs to view encrypted pictures, what are they? ...

Free WinForms image editor control

There are a lot of image editors in C#, but I need only the control, that encapsulates the editing and that I can place on my own host form. Does anyone know of any such controls? Thanks you in advance. ...