Web application with Magick

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
acazsouza

Web application with Magick

Post by acazsouza »

Is a good idea usage ImageMagick with a web application for resize and crop a image?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Web application with Magick

Post by magick »

Yes, ImageMagick is useful for Internet sites. It is used by thousands of sites world-wide. We have used it for our own site for over 10 years. See http://www.imagemagick.org/MagickStudio ... Studio.cgi.
acazsouza

Re: Web application with Magick

Post by acazsouza »

To use ImageMagick on a web application is needed be installed ImageMagick in a server?

Because I dont have permission to install apps in server of my web site.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Web application with Magick

Post by magick »

You can install ImageMagick in your home partition. It does not need to be installed in the system directories. All you need is a C compiler. See http://www.imagemagick.org/script/install-source.php for instructions.
acazsouza

Re: Web application with Magick

Post by acazsouza »

Ok, I do that. It´s Running Now!

But, the size of the BIN folder is 272 MB :shock: ! It´s correct??

I will have to copy this very large files to my server and work with that?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Web application with Magick

Post by magick »

Looks like you created a static release of ImageMagick. If so you can delete all the programs you won't be using. Say you only need the convert program. You can delete display, import, identify, mogrify, etc. Otherwise you can build a dynamic release with the --enable-shared configure script command line argument.
acazsouza

Re: Web application with Magick

Post by acazsouza »

Where is "--enable-shared configure script command line argument"?
acazsouza

Re: Web application with Magick

Post by acazsouza »

Is compile the magick with the option "Dynamic multi-threaded DLL" checked?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Web application with Magick

Post by magick »

You're running under Windows. To reduce the binary distribution size build as dynamic rather than static. Our full dynamic binary release is 11 MB (see http://www.imagemagick.org/script/binar ... hp#windows) whereas our static release is nearly 30MB. We have no idea why your release is 272MB.
Post Reply