"Fossies" - the Fresh Open Source Software Archive 
Member "MagickStudio-1.9.6/README.txt" (14 Feb 2021, 3118 Bytes) of package /linux/www/MagickStudio-1.9.6.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "README.txt":
1.9.5_vs_1.9.6.
1
2 INSTALL INSTRUCTIONS
3
4 ImageMagick Studio requires both ImageMagick and PerlMagick. See
5
6 https://imagemagick.org/
7
8 for details.
9
10 ImageMagick - Online Studio can read and write many of the more popular
11 image formats directly from a Web page including JPEG, TIFF, PNM, GIF, and
12 Photo CD. In addition you can interactively resize, rotate, sharpen,
13 color reduce, or add special effects to an image and save your
14 completed work in the same or differing image format.
15
16 To get the ImageMagick Studio image engine working on your system, edit
17 scripts/MagickStudio.pm and set
18
19 $DocumentRoot='/var/www/html';
20 $DocumentDirectory='/MagickStudio';
21
22 with the correct path information. You will also want to review other
23 variables and change where appropriate.
24
25 MagickStudio requires ImageMagick 6.4.1 and PerlMagick 5.8 or above.
26 These Perl packages CGI.pm (version 2.72 or above), LWP, and MD5 are also
27 required. These are available from CPAN (http://www.perl.com/CPAN/).
28
29 Type
30
31 cd MagickStudio
32 scripts/MagickStudio.cgi
33
34 for a basic test to see if the required packages are installed properly.
35
36 Next, modify your web server configuration files to allow
37 scripts/MagickStudio.cgi to execute. On Windows, we use
38 scripts/MagickStudio.pl instead since this extension is recognized
39 when ActiveState perl is installed.
40
41 Under Windows, copy all IM*dll and *.mgk files to C:\ImageMagick and
42 the remaining excutables and DLL's to the directory where perl.exe resides
43 (typically C:\Perl\bin).
44
45 The workarea and session_info directory must be writable. On my
46 system, Apache runs as UID apache so I type
47
48 cd MagickStudio
49 chgrp -R apache ../MagickStudio
50
51 Next, point your browser to the ImageMagick Studio script. For example,
52
53 https://mywebsite.org/MagickStudio
54
55 and press the sample image URL. Report any problems to
56 https://github.com/ImageMagick/ImageMagick/discussions.
57
58 Note, the ImageMagick Studio engine creates temporary files in the
59 workarea directory. It automatically deletes them whenever someone
60 invokes the engine and they are at least 1 day old. However, the
61 workarea can require alot of disk space depending on the image sizes
62 and how often the engine is invoked.
63
64 Add your own TrueType fonts to the MagickStudio/fonts directory. The
65 ImageMagick Studio script will automatically recognize them.
66
67 Thanks to http://www.pixelsight.com/ for many of the Web page icons.
68
69
70 COPYRIGHT
71
72 Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization
73 dedicated to making software imaging solutions freely available.
74
75 You may not use this file except in compliance with the License. You may
76 obtain a copy of the License at
77
78 https://imagemagick.org/script/license.php
79
80 Unless required by applicable law or agreed to in writing, software
81 distributed under the License is distributed on an "AS IS" BASIS,
82 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
83 See the License for the specific language governing permissions and
84 limitations under the License.