'bridge' sample image gone?

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

'bridge' sample image gone?

Burger Wilhelm
Hello all,

I noticed that, since updating ImageJ to version 1.52, my favorite sample image 'bridge.gif' has disappeared from the 'Open Samples' menu. Is it gone for good?

--Wilhelm

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

Re: 'bridge' sample image gone?

CARL Philippe (LBP)
Dear Wilhelm,
Within the 1.52o 23 April 2019 update you can read this:
"Thanks to Sian Culley, removed "Bridge" and "Lena" from the File>Open
Samples menu. Macros and scripts that use these images will continue to
work."
On my side I quite miss Lenna within a course where I show FFT and explain
that all the data of the pretty picture is conserved in another way within
its FFT version of it.
I tried to have some arguments on this request within the following forum
discussion, but still wait for the reply of Sian:
https://forum.image.sc/t/request-to-remove-lena-as-a-sample-image/24498/8
Nevertheless, due to the holy rule of ImageJ that it should always be
possible to correctly old written macros, both pictures are still available
within macro codes.
My best regards,
Philippe

Philippe CARL
Laboratoire de Bioimagerie et Pathologies
UMR 7021 CNRS - Université de Strasbourg
Faculté de Pharmacie
74 route du Rhin
67401 ILLKIRCH
Tel : +33(0)3 68 85 41 84

-----Message d'origine-----
De : ImageJ Interest Group [mailto:[hidden email]] De la part de Burger
Wilhelm
Envoyé : jeudi 23 mai 2019 08:40
À : [hidden email]
Objet : 'bridge' sample image gone?

Hello all,

I noticed that, since updating ImageJ to version 1.52, my favorite sample
image 'bridge.gif' has disappeared from the 'Open Samples' menu. Is it gone
for good?

--Wilhelm

--
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: 'bridge' sample image gone?

Wayne Rasband-2
In reply to this post by Burger Wilhelm
> On May 23, 2019, at 2:39 AM, Burger Wilhelm <[hidden email]> wrote:
>
> Hello all,
>
> I noticed that, since updating ImageJ to version 1.52, my favorite sample image 'bridge.gif' has disappeared from the 'Open Samples' menu. Is it gone for good?

You can restore the Bridge sample image by upgrading to the latest ImageJ daily build (1.52p36) and adding

  item = "File>Open Samples>Bridge";
  class = "ij.plugin.URLOpener(\"bridge.gif\")";
  call("ij.Menus.add", item, class);

to the Edit>Options>Startup dialog.

-wayne

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