<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://imagejdocu.list.lu/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://imagejdocu.list.lu/feed.php">
        <title>ImageJ Documentation Wiki faq:macros</title>
        <description></description>
        <link>https://imagejdocu.list.lu/</link>
        <image rdf:resource="https://imagejdocu.list.lu/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-09-17T00:14:32+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://imagejdocu.list.lu/faq/macros/how_can_i_speed_up_a_macro?rev=1555067621&amp;do=diff"/>
                <rdf:li rdf:resource="https://imagejdocu.list.lu/faq/macros/how_do_i_make_a_macro_appear_in_the_plugins_menu?rev=1555067621&amp;do=diff"/>
                <rdf:li rdf:resource="https://imagejdocu.list.lu/faq/macros/how_do_i_make_a_macro_run_automatically_when_imagej_starts?rev=1555067621&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://imagejdocu.list.lu/lib/tpl/dokuwiki/images/favicon.ico">
        <title>ImageJ Documentation Wiki</title>
        <link>https://imagejdocu.list.lu/</link>
        <url>https://imagejdocu.list.lu/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://imagejdocu.list.lu/faq/macros/how_can_i_speed_up_a_macro?rev=1555067621&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-04-12T13:13:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>FAQ: How can I speed up a macro?</title>
        <link>https://imagejdocu.list.lu/faq/macros/how_can_i_speed_up_a_macro?rev=1555067621&amp;do=diff</link>
        <description>FAQ: How can I speed up a macro?

Are there any ways to make the macros run faster?

Macros are interpreted scripts. Some macro functions that change the pixel data (such as image operations, filtering, etc) after completed, they update the image to show the result. This update takes some time to process.
Once a macro has been written and debugged, showing the results of any intermediary steps is not critical to the results (unless the macro expects user interaction), so avoiding unecessary imag…</description>
    </item>
    <item rdf:about="https://imagejdocu.list.lu/faq/macros/how_do_i_make_a_macro_appear_in_the_plugins_menu?rev=1555067621&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-04-12T13:13:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>FAQ: How do I make a macro appear in the Plugins Menu?</title>
        <link>https://imagejdocu.list.lu/faq/macros/how_do_i_make_a_macro_appear_in_the_plugins_menu?rev=1555067621&amp;do=diff</link>
        <description>FAQ: How do I make a macro appear in the Plugins Menu?

Apart from installing a macro, how can I make a macro file to appear listed in the Plugins menu?

Include an underscore “_” in the macro name and save it in the Plugins folder (or one folder below). After re-starting ImageJ, the macro name will appear in the Plugins menu, with the underscore character converted into a space.</description>
    </item>
    <item rdf:about="https://imagejdocu.list.lu/faq/macros/how_do_i_make_a_macro_run_automatically_when_imagej_starts?rev=1555067621&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-04-12T13:13:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>FAQ: How do I make a macro run automatically when ImageJ starts?</title>
        <link>https://imagejdocu.list.lu/faq/macros/how_do_i_make_a_macro_run_automatically_when_imagej_starts?rev=1555067621&amp;do=diff</link>
        <description>FAQ: How do I make a macro run automatically when ImageJ starts?

I want to run a macro automatically each time that ImageJ starts. How do I do it?

Include your macro code in the AutoRun macro, which is in the StartupMacros.txt file (this file is located in the</description>
    </item>
</rdf:RDF>
