Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update StartupMacros.fiji.ijm #268

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update StartupMacros.fiji.ijm #268

wants to merge 1 commit into from

Conversation

LPUoO
Copy link

@LPUoO LPUoO commented Sep 28, 2020

Hello,
I suggest adding the following to the StartupMacros:

macro "Auto Brightness/Contrast [F12]" {
if (nImages>0) {
run("Enhance Contrast", "saturated=0.35");
}
}

This will allow to adjust the Brightness and Contrast with a shortcut.

Thank you

Hello,
I suggest adding the following to the StartupMacros: 

macro "Auto Brightness/Contrast [F12]" {
	if (nImages>0) {
	run("Enhance Contrast", "saturated=0.35");
	}
}

This will allow to adjust the Brightness and Contrast with a shortcut.

Thank you
@LPUoO
Copy link
Author

LPUoO commented Sep 28, 2020

Hello,
I am new to GitHub pull requests.
What does the following mean ?
image
Thank you

@imagejan
Copy link
Member

imagejan commented Oct 1, 2020

@LPUoO the notification was indicating that Travis CI, our continuous integration (that makes sure the project builds correctly without errors), had failed when trying to build your pull request. Apparently this was a false alarm, caused by maven.scijava.org being temporarily unavailable.
I restarted the build on travis-ci.org, and now the build passes. 🎉

@LPUoO
Copy link
Author

LPUoO commented Oct 5, 2020

It came to my attention that F12 is not a convenient shortcut for some Mac users.
Possibly using another letter like Q might be better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants