Forum Moderators: open

Message Too Old, No Replies

Looking For a Free Image Editing Component

Any good ones out there?

         

ziggystardust

1:00 pm on Jun 28, 2004 (gmt 0)

10+ Year Member



What it has to be able to do:

- resize an image
- crop an image
- merge two pictures into one
- save an image in CMYK color mode
- read and save (at least) tiff/jpeg/gif
- work with ASP (or ASP.NET)

And on top of this, it has to be free.

I've tried GflAx but the merge functions in it are pretty weird and it doesn't save in CMYK.

All suggestions are appreciated
Thanks
//ZS

txbakers

1:36 pm on Jun 29, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Why does it have to be free? There are several fine ones out there including ASPJpeg which will do all that, but the programmer wants to be able to feed his children, pay his bills, and perhaps take the family to a movie once in a while.

Why free? Not all software developers are hobbyists and university supported. Some of us like to earn a living this way.

ziggystardust

7:00 pm on Jun 29, 2004 (gmt 0)

10+ Year Member



The reason it has to be a free component is that I'm currently producing a demo of an application that *might*, with a bit of luck (fingers crossed), be done in the future.

I don't want to pay $300 for something that's perhaps only going to be used in a demo, but at the same time I can't use the trial versions that put some extra "Trial Version"-text on my images.

If we decide to do a full application, we'll need more features from the component, so we'll probably buy one then.

Hope that answered your question.
//ZS

txbakers

9:08 pm on Jun 29, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



ASP Image is $69.95 from serverobjects.
They have a 30 day trial without a watermark.

ASPJpeg from ASPUpload.com is $150
They also have a 30 day trial without a watermark.

I understand that .NET has something like that built in, but I haven't used it yet.

ziggystardust

4:45 pm on Jun 30, 2004 (gmt 0)

10+ Year Member



Thanks.

But in the end, we found a component called ImageGlue that we've decided to use. This is because according to their websites, neither AspImage nor AspJpeg do TIFFs.

//ZS

Xoc

8:08 am on Jul 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you want to manipulate images in .NET, I highly recommend that you buy the book Programming Microsoft Windows with C#, by Charles Petzold. It talks about all the image manipulation classes in .NET.

raptorix

1:25 pm on Jul 2, 2004 (gmt 0)

10+ Year Member



Asp.NET has also libraries to do this. For classic asp, asppainter is a very cheap and goog product.