<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linking rows to portions of images in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Linking-rows-to-portions-of-images/m-p/697399#M88292</link>
    <description>&lt;P&gt;How would you determine what should be shown? You could have "master images" somewhere and then crop them as necessary&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
imgBox = Graph Box(frameSize(451, 451), SuppressAxes);
win = New Window("Image", imgBox);
img = New Image("$SAMPLE_IMAGES/tile.jpg");
imgBox = win[framebox(1)];
imgBox &amp;lt;&amp;lt; AddImage(Image(img), bounds(Left(0), Right(100), top(100), bottom(0)));
imgSeg = imgBox &amp;lt;&amp;lt; FindSeg(PictSeg(1));
Wait(1);
imgSeg &amp;lt;&amp;lt; Crop(10, 20, 90, 10);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 13 Nov 2023 13:20:50 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-11-13T13:20:50Z</dc:date>
    <item>
      <title>Linking rows to portions of images</title>
      <link>https://community.jmp.com/t5/Discussions/Linking-rows-to-portions-of-images/m-p/697046#M88226</link>
      <description>&lt;P&gt;Hello - Kindof a weird question, but I'm trying to include my lab notebook pages in my project file, because its very hard for someone else to look through a 1000 page lab notebook and pair it with a table if they don't know where to find what they are looking for. I'd like to link rows of experiments in one table to portions of images of pages. I know this is trivial with whole images, just make a separate table of images and make an ID column for linking, but is there a way to link portions of an image to a row other than making that image table and just splicing and dicing the images before uploading? In my mind, I can hover or click or something in the data table, and either a window or a hovering popup of a portion of the relevant image pops up, but I'm open to whatever features JMP has available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use the JMP projects feature maximally effectively, but having physical media as well makes that complicated. Anyone have any thoughts, or even a suggestion of a different way to do this?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2023 17:36:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Linking-rows-to-portions-of-images/m-p/697046#M88226</guid>
      <dc:creator>ehchandlerjr</dc:creator>
      <dc:date>2023-11-11T17:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linking rows to portions of images</title>
      <link>https://community.jmp.com/t5/Discussions/Linking-rows-to-portions-of-images/m-p/697399#M88292</link>
      <description>&lt;P&gt;How would you determine what should be shown? You could have "master images" somewhere and then crop them as necessary&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
imgBox = Graph Box(frameSize(451, 451), SuppressAxes);
win = New Window("Image", imgBox);
img = New Image("$SAMPLE_IMAGES/tile.jpg");
imgBox = win[framebox(1)];
imgBox &amp;lt;&amp;lt; AddImage(Image(img), bounds(Left(0), Right(100), top(100), bottom(0)));
imgSeg = imgBox &amp;lt;&amp;lt; FindSeg(PictSeg(1));
Wait(1);
imgSeg &amp;lt;&amp;lt; Crop(10, 20, 90, 10);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Nov 2023 13:20:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Linking-rows-to-portions-of-images/m-p/697399#M88292</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-11-13T13:20:50Z</dc:date>
    </item>
  </channel>
</rss>

