Archive of ImageJ version jars?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Archive of ImageJ version jars?

Stein Rørvik
There is currently an archive of the ImageJ source versions at
https://imagej.nih.gov/ij/download/src/

Is there any corresponding archive of the compiled jar-files matching these source versions?
E.g. ij152b.jar as compiled from ij152b-src.zip

One would expect to find this in the folder
https://imagej.nih.gov/ij/download/jars/
but that has not been updated since v1.49

Yes I know I can compile the source myself but I am not a programmer so I would not be able to make sure
that the results will the same as the distributed versions.

The reason I ask is that I have a measurement macro that no longer produces the exact same results as an earlier measurement.
The difference is obviously due to rounding, as the ROI has shifted one pixel. The ROI was set based on float boundaries.
I just need to document at which version the change happened.

Stein

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Archive of ImageJ version jars?

Jan Eglinger
Hi Stein,

ij.jar versions 1.48r and later can be found on Maven Central:

http://central.maven.org/maven2/net/imagej/ij/

Cheers
Jan


On 21.01.2019 11:48, Stein Rørvik wrote:

> There is currently an archive of the ImageJ source versions at
> https://imagej.nih.gov/ij/download/src/
>
> Is there any corresponding archive of the compiled jar-files matching these source versions?
> E.g. ij152b.jar as compiled from ij152b-src.zip
>
> One would expect to find this in the folder
> https://imagej.nih.gov/ij/download/jars/
> but that has not been updated since v1.49
>
> Yes I know I can compile the source myself but I am not a programmer so I would not be able to make sure
> that the results will the same as the distributed versions.
>
> The reason I ask is that I have a measurement macro that no longer produces the exact same results as an earlier measurement.
> The difference is obviously due to rounding, as the ROI has shifted one pixel. The ROI was set based on float boundaries.
> I just need to document at which version the change happened.
>
> Stein
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Archive of ImageJ version jars?

Curtis Rueden
In reply to this post by Stein Rørvik
Hi all,

> ij.jar versions 1.48r and later can be found on Maven Central

And older versions have been deployed to the ImageJ Maven repository. The
following link aggregates them all in one place:

  https://maven.imagej.net/content/groups/public/net/imagej/ij/

HTH,
Curtis

--
Curtis Rueden
LOCI software architect - https://loci.wisc.edu/software
ImageJ2 lead, Fiji maintainer - https://imagej.net/User:Rueden
Have you tried the Image.sc Forum? https://forum.image.sc/


On Mon, Jan 21, 2019 at 5:59 AM Jan Eglinger <[hidden email]> wrote:

> Hi Stein,
>
> ij.jar versions 1.48r and later can be found on Maven Central:
>
> http://central.maven.org/maven2/net/imagej/ij/
>
> Cheers
> Jan
>
>
> On 21.01.2019 11:48, Stein Rørvik wrote:
> > There is currently an archive of the ImageJ source versions at
> > https://imagej.nih.gov/ij/download/src/
> >
> > Is there any corresponding archive of the compiled jar-files matching
> these source versions?
> > E.g. ij152b.jar as compiled from ij152b-src.zip
> >
> > One would expect to find this in the folder
> > https://imagej.nih.gov/ij/download/jars/
> > but that has not been updated since v1.49
> >
> > Yes I know I can compile the source myself but I am not a programmer so
> I would not be able to make sure
> > that the results will the same as the distributed versions.
> >
> > The reason I ask is that I have a measurement macro that no longer
> produces the exact same results as an earlier measurement.
> > The difference is obviously due to rounding, as the ROI has shifted one
> pixel. The ROI was set based on float boundaries.
> > I just need to document at which version the change happened.
> >
> > Stein
> >
> > --
> > ImageJ mailing list: http://imagej.nih.gov/ij/list.html
> >
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html