<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Bitmap image background: reimporting from FLS to RoboFont?]]></title><description><![CDATA[<p dir="auto">For some projects, I'm looking for a way to reimport background bitmap images from a .vfb file into its .ufo in RoboFont. When I export my .ufo from FLS, the images get stripped off the file as you know. Is there a way to reimport the images and have them placed at the same scale and position as in the original .vfb file?<br />
Thank you for you help, it's not urgent matter and I hope you're enjoying a deserved break in the sun, Frederik!</p>
]]></description><link>https://forum.robofont.com/topic/160/bitmap-image-background-reimporting-from-fls-to-robofont</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 22:53:27 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/160.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Jul 2012 17:58:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bitmap image background: reimporting from FLS to RoboFont? on Tue, 02 Jan 2018 15:56:30 GMT]]></title><description><![CDATA[<p dir="auto">For some projects, I'm looking for a way to reimport background bitmap images from a .vfb file into its .ufo in RoboFont. When I export my .ufo from FLS, the images get stripped off the file as you know. Is there a way to reimport the images and have them placed at the same scale and position as in the original .vfb file?<br />
Thank you for you help, it's not urgent matter and I hope you're enjoying a deserved break in the sun, Frederik!</p>
]]></description><link>https://forum.robofont.com/post/160</link><guid isPermaLink="true">https://forum.robofont.com/post/160</guid><dc:creator><![CDATA[mathieu-christe]]></dc:creator><pubDate>Tue, 02 Jan 2018 15:56:30 GMT</pubDate></item><item><title><![CDATA[Reply to Bitmap image background: reimporting from FLS to RoboFont? on Tue, 02 Jan 2018 15:55:35 GMT]]></title><description><![CDATA[<p dir="auto">He</p>
<p dir="auto">Form the FL side I don't know what kind of data <code>image.data</code> object is and how to get the transform matrix. (see <a href="http://www.e-font.de/flpydoc/" rel="nofollow">http://www.e-font.de/flpydoc/</a> )</p>
<p dir="auto">But once it is exported you can add the each image easily with <code>glyph.addImage("path/to/my/image")</code>.<br />
If you would know the scale, rotate or the transform matrix you could easily transform the image:</p>
<pre><code class="language-python">glyph.image.scale(x, y)
glyph.image.rotate(45)
glyph.image.transform([1, 0, 0, 1, 1, 1]) # with a transform matrix
</code></pre>
<p dir="auto">see <a href="http://doc.robofont.com/api/robofab-extras/" rel="nofollow">http://doc.robofont.com/api/robofab-extras/</a></p>
<p dir="auto">good luck</p>
]]></description><link>https://forum.robofont.com/post/790</link><guid isPermaLink="true">https://forum.robofont.com/post/790</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Tue, 02 Jan 2018 15:55:35 GMT</pubDate></item><item><title><![CDATA[Reply to Bitmap image background: reimporting from FLS to RoboFont? on Tue, 17 Jul 2012 05:37:11 GMT]]></title><description><![CDATA[<p dir="auto">Yo,</p>
<p dir="auto">Thank you for the hint. Although I did some visual overall scaling and shifting in FLS, using a script, once I've found the right settings in RoboFont, I'll manage to reimport all my images.</p>
<p dir="auto">Best</p>
]]></description><link>https://forum.robofont.com/post/791</link><guid isPermaLink="true">https://forum.robofont.com/post/791</guid><dc:creator><![CDATA[mathieu-christe]]></dc:creator><pubDate>Tue, 17 Jul 2012 05:37:11 GMT</pubDate></item></channel></rss>