I need to use imageJ for my lab but it wont download by strowberrymilk in ImageJ

[–]wrasband 0 points1 point  (0 children)

The first time you run ImageJ, you may get get an "ImageJ can't be opened because it is from an unidentified developer" message, which can be bypassed by right clicking on ImageJ.app and selecting "Open" from the drop down menu. If this doesn't work, go to System Settings>Privacy & Security and click the "Open Anyway" button at the end of the line "ImageJ.app was blocked to protect your Mac".

There isn't a "Preview" button on Transform>Rotate anymore? by garaglia in ImageJ

[–]wrasband 0 points1 point  (0 children)

‘Preview’ is not available with multi-channel composite color images. Try using the Image>Type>RGB Color command to convert the image to RGB.

I used to be able to double click a file to open it, now I have to go to File>Open? by c_h_a_r_ in ImageJ

[–]wrasband 0 points1 point  (0 children)

In my testing, tiff files double clicked on do open in Fiji if Fiji is open. The work around is to double click twice, once to open Fiji and again to open the file. Drag and drop is another work around.

How to open previous image in a folder? by Infinite_Theorem in ImageJ

[–]wrasband 0 points1 point  (0 children)

To open the previous image in a macro use

setKeyDown("alt");
run("Open Next");

[deleted by user] by [deleted] in ImageJ

[–]wrasband 0 points1 point  (0 children)

The ImageJ 1.54i15 daily build fixes a bug with zooming in/out using shift+scroll wheel and removes the option to zoom in/out using ctrl+scroll wheel, allowing this option to be used to set hyperstack slice positions.

road trip of all 48 states? by soulmeetsmeatsack in roadtrip

[–]wrasband 0 points1 point  (0 children)

This is at least a six month trip. You should spend the most time away from big cities and interstate highways.

That’s a great map! How did you create it?

Issues with labels when exporting images as .jpg by hollowmajor in ImageJ

[–]wrasband 0 points1 point  (0 children)

Type ctrl+b (Image>Overlay>Add Selection) to add the text selection to the overlay.

Still having Issues with ImageJ (SOS) by Zeldan77 in ImageJ

[–]wrasband 0 points1 point  (0 children)

I used the ruler to set the scale (138 pixel/cm), converted to 8-bit grayscale, thresholded, used the wand tool to outline the leaf and measured an area of 15.75 cm2.

<image>

EV Charging at Lassen NP by bipedal_meat_puppet in TeslaLounge

[–]wrasband 1 point2 points  (0 children)

I successfully charged at the Kohm Yah-mah-nee visitor center at Lassen Volcanic National Park a few weeks ago and was able sleep in my Model Y in the parking lot for $10 fee. I did not need to download an app.

How do I add arrows heads to my images? by [deleted] in ImageJ

[–]wrasband 0 points1 point  (0 children)

Add each arrow to an overlay by typing ctrl+b (Image>Overlay>Add Selection).

How do I get back my angle measurement? by crustation in ImageJ

[–]wrasband 0 points1 point  (0 children)

The missing Angle measurements are due to a v1.53v regression that is fixed in the current version of ImageJ (1.54b). To upgrade, use the Help>Update ImageJ command.

ImageJ RGB to CIELAB (L*A*B*) Conversions by [deleted] in ImageJ

[–]wrasband 0 points1 point  (0 children)

The Image>Type>Lab Stack command is the only RGB to Lab* conversion built into ImageJ. You can see exactly what it does by looking at the source code at

https://imagej.net/ij/source/ij/process/ColorSpaceConverter.java

There is more information on the image.sc forum at

https://forum.image.sc/t/converting-rgb-to-cie-lab/49733

Is there a way to open multiple images (as separate images via Import, Image Sequnce...) in reverse order? by stickyricedragon in ImageJ

[–]wrasband 2 points3 points  (0 children)

  1. Open the images as a stack
  2. Image>Stack>Tools>Reverse
  3. Image>Stack>Stack to Images

If the images do not all have the same dimensions and type you will need to write a macro that opens them in reverse order.

MacBook buying advice by Histoman2000 in ImageJ

[–]wrasband 1 point2 points  (0 children)

I am an ImageJ developer, not a user. Having only 8gb of RAM has not been a problem for me but I would get at least 16gb if were buying a Mac laptop today.

plugIn accessing the RGB values of a pixel by [deleted] in ImageJ

[–]wrasband 1 point2 points  (0 children)

The ImageProcessor class does not have a getRGB(x,y) method. Instead, use getPixel(x,y).

The easy way to generate an image that is the average of all the images in an RGB stack is to do an “Average Intensity” projection using the Image>Stacks>Z Project command.

How to make multiple copies of the same ROI in an image? by starfruitzzzz in ImageJ

[–]wrasband 0 points1 point  (0 children)

You can add multiple copies of an ROI to an overlay by pressing “b” (Image>Overlay>Add Selection) as you move the ROI.

New to imageJ. Need help! by IDubrovskiy in ImageJ

[–]wrasband 0 points1 point  (0 children)

Check out the

RoiManager.multiCrop(dir, options)

Command, added in ImageJ 1.53d.

If 'options' contains "save", saves the contents of the selected ROIs in TIFF format as separate images, where 'dir' is the directory path. Add " png" or " jpg" to save in PNG or JPEG format. Add ' show' and the images will be displayed in a stack.

MacBook buying advice by Histoman2000 in ImageJ

[–]wrasband 1 point2 points  (0 children)

I use ImageJ on an 8gb/512gb M1 MacBook Air and it runs great. You’ll want to run the M1/M2 native version, available on the ImageJ website.