<?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 Can I add text to an image file without using Graph Box()? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Can-I-add-text-to-an-image-file-without-using-Graph-Box/m-p/762237#M94117</link>
    <description>&lt;P&gt;How do I add text to an image file using JSL&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;img = Open( "$SAMPLE_IMAGES/tile.jpg", jpg );
{x, y} = img &amp;lt;&amp;lt; size;
img =img &amp;lt;&amp;lt; Text( Center Justified, {50, 55}, "test" ); //？&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2024 07:05:35 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2024-06-03T07:05:35Z</dc:date>
    <item>
      <title>Can I add text to an image file without using Graph Box()?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-I-add-text-to-an-image-file-without-using-Graph-Box/m-p/762237#M94117</link>
      <description>&lt;P&gt;How do I add text to an image file using JSL&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;img = Open( "$SAMPLE_IMAGES/tile.jpg", jpg );
{x, y} = img &amp;lt;&amp;lt; size;
img =img &amp;lt;&amp;lt; Text( Center Justified, {50, 55}, "test" ); //？&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 07:05:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-I-add-text-to-an-image-file-without-using-Graph-Box/m-p/762237#M94117</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-06-03T07:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add text to an image file without using Graph Box()?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-I-add-text-to-an-image-file-without-using-Graph-Box/m-p/762245#M94123</link>
      <description>&lt;P&gt;I think you need to either have a display box or directly modify the pixels in the image&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

img = Picture Box(Open("$SAMPLE_IMAGES/tile.jpg", jpg));
img &amp;lt;&amp;lt; Add Text Annotation(
	Text("Text"),
	Text Box({0, 10, 200, 77})
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 03 Jun 2024 09:11:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-I-add-text-to-an-image-file-without-using-Graph-Box/m-p/762245#M94123</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-06-03T09:11:47Z</dc:date>
    </item>
  </channel>
</rss>

