Home
Products
Community
Manuals
Contact
Login or Signup

"MagickModule - Swiss army knife of image process"

BlitzMax Modules Forums/Brucey's Modules/"MagickModule - Swiss army knife of image process"

Russell(Posted 1+ years ago) #1
Where can I get this from? Saw this on your Google Code page but could find no mention of it anywhere else, nor a link to download.

What I'm looking for is a library that does some pretty basic things like draw an anti-aliased image on top of another image, blur effects, and so on.

Any information would be greatly appreciated!

Russell


xlsior(Posted 1+ years ago) #2
You'll need an SVN tool to download most of Brucey's modules.

I use slikSVN (free): after install, a batch file can download & sync up any changes:


c:\code\SlikSvn\bin\svn.exe checkout http://maxmods.googlecode.com/svn/trunk/ c:\code\blitzmax\mod\bah.mod




Russell(Posted 1+ years ago) #3
Thanks, xlsior! Too bad an SVN client isn't built in to BMax itself (replacing the very useful, but no longer there 'Syncmods').

Oh well, nothing like doing command-line MSDOS gymnastics in these days of point-and-click, drag-and-drop GUI interfaces, eh? ;)

Russell


Brucey(Posted 1+ years ago) #4
TortoiseSVN is quite a nice explorer-integrated SVN client. No command-line required :-)


xlsior(Posted 1+ years ago) #5
TortoiseSVN is quite a nice explorer-integrated SVN client. No command-line required :-)


I have tortoiseSVN installed as well, but SlikSVN allows me to check a whole bunch of SVN repositories all in a row just by double-clicking a batchfile.


Brucey(Posted 1+ years ago) #6
I actually prefer subclipse for all my SVN related activities :-p


Russell(Posted 1+ years ago) #7
Does anyone know why so many of these SVN clients are so huge? Just curious, as it doesn't seem like the task at hand warrants so much code (bloat?).

I'll check out both and see which one better suits me... ;)

Russell


theHand(Posted 1+ years ago) #8
Just for curious people and newcomers, Brucey wrapped GraphicsMagick, and not ImageMagick.
I wondered.