-
Notifications
You must be signed in to change notification settings - Fork 4
/
repositories.html
82 lines (65 loc) · 3.48 KB
/
repositories.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<html lang="en"><HEAD>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
<link rel="stylesheet" href="assets/usage.css">
<TITLE>ImageMagick Examples -- Repository Links</TITLE>
<LINK REL="shortcut icon" HREF="w_images/favicon.ico">
<meta name="description" content="Use ImageMagick® to create, edit, compose, and convert bitmap images. Resize an image, crop it, change its shades and colors, add captions, and more.">
<!--[if gte IE 5.5000]><![if lt IE 7.0000]>
<script type="text/javascript" src="w_images/pngfix.js"></script>
<![endif]><![endif]-->
</HEAD><body><main class="container"><div class="magick-template"><div class="magick-header">
<H1>ImageMagick Examples -- Repository Links</H1>
<div>
<DL>
<DT><B>Index</B>
<DT><A HREF="."
><IMG SRC="img_www/granitesm_left.gif" BORDER=0 WIDTH=15 HEIGHT=15
> ImageMagick Examples Preface and Index</A>
<DD><A HREF="#script"
><IMG SRC="img_www/granitesm_right.gif" BORDER=0 WIDTH=15 HEIGHT=15
> IM Script Repositories</A>
</UL>
</DL></P>
<HR><!-- ---------------------------------------------------------------- -->
<A NAME="scripts"></A>
<H2>Sources of ImageMagick Scripts</H2>
There is NO official repository for scripts. However, individuals create some
repositories, of various stuff. However what one person finds useful, others
may need to modify for their own use. So caution is recommended. </P>
Ideally the scripts should be self-documenting and clearly written, and the
ones here are generally like that. </P>
This includes... <UL>
<LI>Some Examples Scripts installed in '/usr/share/docs/...'
as part of the IM installation (or in the IM sources).</P>
<LI><A HREF="scripts" >IM Examples, Shell Scripts Area</A>, for scripts
detailed in or used by these example pages.</P>
<LI><A HREF="http://savage.net.au/ImageMagick.html"
>Ron Savages Perl 'Hax'</A>. Are raw tar file collections of very small IM
scripts. It is very very old, but the concepts are still there. </P>
<LI><A HREF="http://www.fmwconcepts.com/imagemagick/"
>Fred Weinhaus's ImageMagick Scripts</A> provides a large collection of
complex shell scripts for filtering and distorting images in various ways.
</P>
<LI><A HREF="http://www.rubblewebs.co.uk/imagemagick/imagemagick.php"
>RubbleWebs</A> which uses PHP scripts calling the ImageMagick Command
Line API. This was created by the regular IM Discussion Forum user '<A
HREF="https://magick.imagemagick.org/memberlist.php?mode=viewprofile&u=6256" >Bonzo</A>'. </P>
<LI><A HREF="https://github.com/rmagick/rmagick/tree/master/examples"
>RMagick Examples</A>, which includes the original script that was
incorporated into IM as the <A HREF="transforms/#polaroid" >Polaroid</A>
transform. </P>
<LI><A HREF="http://toms.homeip.net/image_scripts/a_README.html"
>Tom Watson's ImageMagick Scripts</A> provides TCSH scripts using IM.
Mostly they are for handling of digital camera photos. </P>
</UL></P>
<HR><!-- ---------------------------------------------------------------- -->
</div></main><footer class="magick-footer"><div class="container-fluid">
Created: 27 December 2007 <BR>
Updated: 03 June 2016 <BR>
Author: <A HREF="https://antofthy.gitlab.io/anthony.html"
>Anthony Thyssen</A>, <Anthony.Thyssen@gmail.com><BR>
Examples Generated with:
<IMG SRC="version.gif" ALIGN=absmiddle ALT="[version image]"><BR>
URL: <CODE>https://imagemagick.org/Usage/reference.html</CODE>
</div></footer></body></HTML>