BIC-MNI / Register

MNI Register, visualization and registration software for images.
Other
3 stars 3 forks source link

Register screenshots bug #12

Closed gdevenyi closed 8 years ago

gdevenyi commented 8 years ago

1) I didn't know there was a screenshot feature in register, accidental keystroked "s" and got a screenshot.

Attached, as you can see isn't correct register_image_1

rdvincent commented 8 years ago

The existing code uses ImageMagick "import". My guess is that for some monitor setups this doesn't work correctly. I may re-implement this using a different approach.

rdvincent commented 8 years ago

@gdevenyi Also, what is the date of your register binary?

gdevenyi commented 8 years ago

git built from register devel this morning.

rdvincent commented 8 years ago

Is there anything unusual about your setup (dual monitor, e.g.)?

gdevenyi commented 8 years ago

Single 1080p 27" widescreen, Ubuntu 14.04 unity.

rdvincent commented 8 years ago

@gdevenyi Check it again when you have a moment...

gdevenyi commented 8 years ago

Now saves a screenshot of the last clicked window as a pnm file. (properly)

rdvincent commented 8 years ago

Yes, we don't include a tiff library in our default build, so I used our built-in ppm support.

gdevenyi commented 8 years ago

No problem. I don't use this anyways, but accidentally came across this bug and thought I'd report it.

gdevenyi commented 8 years ago

Resolved