Image Magick 6.3.7 Sources

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
dlister
Posts: 2
Joined: 2012-04-11T10:00:18-07:00
Authentication code: 8675308

Image Magick 6.3.7 Sources

Post by dlister »

Can anyone point me to a copy of the source code distribution for Image Magick 6.3.7. I need to do a code merge with Image Magick 6.3.7 as the baseline.

David
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Image Magick 6.3.7 Sources

Post by fmw42 »

dlister
Posts: 2
Joined: 2012-04-11T10:00:18-07:00
Authentication code: 8675308

Re: Image Magick 6.3.7 Sources

Post by dlister »

Thanks. I should have been more explicit. I'm looking for Image Magick 6.3.7-1.

Using Image Magick 6.3.7-10 is rather troublesome because there are lots of diffs because of changes between -1 and -10 and new Copyright dates.

Any help would be appreciated.

David
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Image Magick 6.3.7 Sources

Post by fmw42 »

I know of no archives that have every minor version. Sorry. Perhaps someone has one saved.

Im 6.3.6.10 might be closer
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Image Magick 6.3.7 Sources

Post by anthony »

The only other way is to extract that specific version from the SVN.

However it was only recently that SVN revision number for specific versions were noted in the ChangeLog.
(starting from v6.7.3-2).

Hmmm oldest version available from SVN (revision 1) looks like it is about IM v6.5.5-6 :-(

Code: Select all

svn cat -r 1 ChangeLog | head
2009-08-31  6.5.5-6 Cristy  <quetzlzacatenango@image...>
  * A union is required when converting a thread ID to an unsigned long.

2009-08-28  6.5.5-5 Cristy  <quetzlzacatenango@image...>
  * Add support for TIFF 3.9.1.

2009-08-27  6.5.5-4 Cristy  <quetzlzacatenango@image...>
  * Validate with the netscape: reference image.

2009-08-26  6.5.5-3 Cristy  <quetzlzacatenango@image...>
Sorry SVN doesn't pan out for you.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply