Thanks for the suggestions and help, especially for Michael Schmid's plugin, which shows a 7x7 data window centered at the pointer location. It is very neat and works! If there is a way to make the data window bigger and save-able (as a text image), it will be very useful.
Many thanks for the members of this mailing list. Yang >------------------------------ > >Date: Mon, 26 Nov 2007 21:49:54 +0100 >From: Michael Schmid <[hidden email]> >Subject: Re: Dual Windows (image and text) for the same image file > >Hi Yang, > >since this was on my wishlist anyhow, I have created a plugin >that displays the pixel values around the cursor position: > >http://imagejdocu.tudor.lu/imagej-documentation-wiki/plugins/ >pixel_inspector > >Michael >________________________________________________________________ > > >On 26 Nov 2007, at 15:31, Yang Xia wrote: > >> I have been using Spyglass' Transform for a long time for image >> editing. A >> particularly nice feature of Transform is its ability to show the >> numbers >> behind the image. When I want to open an image, it will open >> initially a 2D >> data window with rows/columns of numbers. I can generate an image >> based on >> the data window. If I click at one pixel on the image, the number >> at this >> pixel is highlighted in the data window. If I select a region in >> the image, >> the numbers of this region are also highlighted in the data window. >> One can >> do lots of things with the numbers in the data window (such as math >> operations of multiple windows). >> >> I am wondering if this feature is possible in ImageJ? I am sure >> ImageJ has >> the data window in the background. Bring it to the front will offer >> the >> opportunity of examining the details behind each pixel. >> >> Transform is ancient software and runs only on Mac OS 9. Its >> company has >> been sold - the new owner has no plan to update it. >> >> I greatly appreciate if someone knows how to implement this feature in >> ImageJ or some other software that has this feature. >> >> Thanks in advance. >> >> Yang >> > > [hidden email] > -- |
Hi Yang,
if you want a large window than 7x7, simply change the radius value in line 32 of the plugin. Saving the data - this is not one of my high priority projects - but it could be done. For me, a higher-priority task is fixing the position of the Pixel Inspector by a keystroke so that I could use it during preview to see how an operation would change the pixel values. A side-remark: When replying to the digest mail, I would suggest to to use the subject line of the specific message. Otherwise, the thread will be broken (e.g., in the list archives, but also many mailers can display messages grouped by subject). But I know that I am also one of these people who often forget such things... Michael ________________________________________________________________ On 27 Nov 2007, at 21:15, Yang Xia wrote: > Thanks for the suggestions and help, especially for Michael > Schmid's plugin, which shows a 7x7 data window centered at the > pointer location. It is very neat and works! If there is a way to > make the data window bigger and save-able (as a text image), it > will be very useful. > > Many thanks for the members of this mailing list. > > Yang > > > >> ------------------------------ >> >> Date: Mon, 26 Nov 2007 21:49:54 +0100 >> From: Michael Schmid <[hidden email]> >> Subject: Re: Dual Windows (image and text) for the same image file >> >> Hi Yang, >> >> since this was on my wishlist anyhow, I have created a plugin >> that displays the pixel values around the cursor position: >> >> http://imagejdocu.tudor.lu/imagej-documentation-wiki/plugins/ >> pixel_inspector >> >> Michael >> ________________________________________________________________ >> >> >> On 26 Nov 2007, at 15:31, Yang Xia wrote: >> >>> I have been using Spyglass' Transform for a long time for image >>> editing. A >>> particularly nice feature of Transform is its ability to show the >>> numbers >>> behind the image. When I want to open an image, it will open >>> initially a 2D >>> data window with rows/columns of numbers. I can generate an image >>> based on >>> the data window. If I click at one pixel on the image, the number >>> at this >>> pixel is highlighted in the data window. If I select a region in >>> the image, >>> the numbers of this region are also highlighted in the data window. >>> One can >>> do lots of things with the numbers in the data window (such as math >>> operations of multiple windows). >>> >>> I am wondering if this feature is possible in ImageJ? I am sure >>> ImageJ has >>> the data window in the background. Bring it to the front will offer >>> the >>> opportunity of examining the details behind each pixel. >>> >>> Transform is ancient software and runs only on Mac OS 9. Its >>> company has >>> been sold - the new owner has no plan to update it. >>> >>> I greatly appreciate if someone knows how to implement this >>> feature in >>> ImageJ or some other software that has this feature. >>> >>> Thanks in advance. >>> >>> Yang >>> >>> [hidden email] >> > > -- |
Free forum by Nabble | Edit this page |