<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									trouble with invert function - Design Techniques &amp; Project Ideas				            </title>
            <link>https://forum.carvewright.com/community/designer-techniques/trouble-with-invert-function/</link>
            <description>CarveWright User&#039;s Forum Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 09 May 2026 20:18:33 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: trouble with invert function</title>
                        <link>https://forum.carvewright.com/community/designer-techniques/trouble-with-invert-function/#post-353</link>
                        <pubDate>Wed, 19 Nov 2025 11:22:48 +0000</pubDate>
                        <description><![CDATA[If the invert function is not working in programming
Most invert or reverse functions fail because of one of these issues:
1. Wrong data typeYou may be passing a value, string, array, or b...]]></description>
                        <content:encoded><![CDATA[<h2 data-start="295" data-end="354"><strong data-start="298" data-end="354">If the invert function is not working in programming</strong></h2>
<p data-start="355" data-end="424">Most invert or reverse functions fail because of one of these issues:</p>
<p data-start="426" data-end="540"><strong data-start="426" data-end="448">1. Wrong data type</strong><br data-start="448" data-end="451" />You may be passing a value, string, array, or boolean that the function does not support.</p>
<p data-start="542" data-end="703"><strong data-start="542" data-end="571">2. Incorrect return value</strong><br data-start="571" data-end="574" />Some invert functions return a new value instead of modifying the original one. You might need to store the result in a variable.</p>
<p data-start="705" data-end="922"><strong data-start="705" data-end="723">3. Logic error</strong><br data-start="723" data-end="726" />If you are trying to invert numbers, signs, or boolean values, the logic must be exact. For example:<br data-start="826" data-end="829" />Boolean invert: value = !value<br data-start="859" data-end="862" />Math invert: value = 1 / value<br data-start="892" data-end="895" />Sign invert: value = -value</p>
<p data-start="924" data-end="1015"><strong data-start="924" data-end="943">4. Scope issues</strong><br data-start="943" data-end="946" />Variables may not update because they are outside the function scope.</p>
<h2 data-start="1022" data-end="1079"><strong data-start="1025" data-end="1079">If the invert function is related to image editing</strong></h2>
<p data-start="1080" data-end="1107">Problems usually come from:</p>
<p data-start="1109" data-end="1196"><strong data-start="1109" data-end="1135">1. The layer is locked</strong><br data-start="1135" data-end="1138" />Unlock the layer or convert it to a normal editable layer.</p>
<p data-start="1198" data-end="1289"><strong data-start="1198" data-end="1220">2. Wrong selection</strong><br data-start="1220" data-end="1223" />If only part of the image is selected, only that part will invert.</p>
<p data-start="1291" data-end="1379"><strong data-start="1291" data-end="1315">3. Adjustment layers</strong><br data-start="1315" data-end="1318" />Some tools invert only content layers, not adjustment layers.</p>
<h2 data-start="1386" data-end="1444"><strong data-start="1389" data-end="1444">If the invert function is in Excel or Google Sheets</strong></h2>
<p data-start="1445" data-end="1475">You may be facing issues with:</p>
<p data-start="1477" data-end="1639"><strong data-start="1477" data-end="1501">1. Incorrect formula</strong><br data-start="1501" data-end="1504" />To invert order, use INDEX with ROW or a simple reverse array formula.<br data-start="1574" data-end="1577" />To invert sign, use =A1 * -1<br data-start="1605" data-end="1608" />To invert boolean, use =NOT(A1)</p>
<h2 data-start="1646" data-end="1705"><strong data-start="1649" data-end="1705">If the invert function is from a game or application</strong></h2>
<p data-start="1706" data-end="1803">Many games use an invert-y-axis or invert-x-axis function for controls. Issues usually come from:</p>
<p data-start="1805" data-end="1894"><strong data-start="1805" data-end="1832">1. Settings not applied</strong><br data-start="1832" data-end="1835" />You may need to restart the game or save settings manually.</p>
<p data-start="1896" data-end="1968"><strong data-start="1896" data-end="1922">2. Controller conflict</strong><br data-start="1922" data-end="1925" />Another input device may override settings.</p>]]></content:encoded>
						                            <category domain="https://forum.carvewright.com/community/designer-techniques/">Design Techniques &amp; Project Ideas</category>                        <dc:creator>dinotatres</dc:creator>
                        <guid isPermaLink="true">https://forum.carvewright.com/community/designer-techniques/trouble-with-invert-function/#post-353</guid>
                    </item>
				                    <item>
                        <title>RE: trouble with invert function</title>
                        <link>https://forum.carvewright.com/community/designer-techniques/trouble-with-invert-function/#post-337</link>
                        <pubDate>Tue, 18 Nov 2025 06:47:43 +0000</pubDate>
                        <description><![CDATA[It sounds like the issue is coming from the way the snowflake graphic is shaped when it’s inverted. A lot of clip art imports end up with very shallow relief details, so when you flip the de...]]></description>
                        <content:encoded><![CDATA[<p data-start="66" data-end="418">It sounds like the issue is coming from the way the snowflake graphic is shaped when it’s inverted. A lot of clip art imports end up with very shallow relief details, so when you flip the depth, the machine doesn’t have much height information to work with. That’s why increasing the depth actually makes it look flatter instead of giving it more lift.</p>
<p data-start="420" data-end="451">A couple of things you can try:</p>
<ol data-start="453" data-end="1099">
<li data-start="453" data-end="655">
<p data-start="456" data-end="655">Check the grayscale levels in the pattern. If the imported art is mostly light tones, the carve will always be shallow when inverted. Darkening the original image before importing can sometimes help.</p>
</li>
<li data-start="657" data-end="805">
<p data-start="660" data-end="805">Run the Pattern Editor and increase the contrast. This can push the highs and lows farther apart and give you more definition once you invert it.</p>
</li>
<li data-start="807" data-end="971">
<p data-start="810" data-end="971">Try using the “Scale Z” or “Height” adjustments inside the editor rather than the project depth settings. Those usually give better control over raised carvings.</p>
</li>
<li data-start="973" data-end="1099">
<p data-start="976" data-end="1099">If the snowflake is very thin or fine-lined, you may need to thicken it slightly so the machine has more material to raise.</p>
</li>
</ol>
<p data-start="1101" data-end="1383">As for adding an image, you can usually do it through the forum’s attachment option, but some user levels have restrictions. If you don’t see an upload button under the text box, you may need to wait until your account has the required permissions or link to an external image host.</p>
<p data-start="1385" data-end="1476" data-is-last-node="" data-is-only-node="">Hope this helps, and feel free to share the file if you want someone to take a closer look.</p>]]></content:encoded>
						                            <category domain="https://forum.carvewright.com/community/designer-techniques/">Design Techniques &amp; Project Ideas</category>                        <dc:creator>dallinbartell</dc:creator>
                        <guid isPermaLink="true">https://forum.carvewright.com/community/designer-techniques/trouble-with-invert-function/#post-337</guid>
                    </item>
				                    <item>
                        <title>RE: trouble with invert function</title>
                        <link>https://forum.carvewright.com/community/designer-techniques/trouble-with-invert-function/#post-330</link>
                        <pubDate>Sat, 15 Nov 2025 12:05:41 +0000</pubDate>
                        <description><![CDATA[I think I understand what you&#039;re saying. I&#039;m using older version 3 software. Just created an project using the turkey Oscar posted. When I increase the depth the turkey shows as higher on th...]]></description>
                        <content:encoded><![CDATA[<p>I think I understand what you're saying. I'm using older version 3 software. Just created an project using the turkey Oscar posted. When I increase the depth the turkey shows as higher on the board. I inverted it and increased the depth and the turkey shows going deeper into the board. Like you, changing the height didn't show visible impact on either. Not sure why yours doesn't. Know it sounds weird but have you tried another project with a different pattern and seeing if depth does anything?  Good luck and let us know how things work out.</p>
<p>Rick H</p>]]></content:encoded>
						                            <category domain="https://forum.carvewright.com/community/designer-techniques/">Design Techniques &amp; Project Ideas</category>                        <dc:creator>richard hostedler</dc:creator>
                        <guid isPermaLink="true">https://forum.carvewright.com/community/designer-techniques/trouble-with-invert-function/#post-330</guid>
                    </item>
				                    <item>
                        <title>trouble with invert function</title>
                        <link>https://forum.carvewright.com/community/designer-techniques/trouble-with-invert-function/#post-328</link>
                        <pubDate>Sat, 15 Nov 2025 04:39:36 +0000</pubDate>
                        <description><![CDATA[I have a snowflake that I imported from clip art. The basic image looks good with a depth of .25in, however the inverted version is hardly visible above the surface of the board. Changing th...]]></description>
                        <content:encoded><![CDATA[<p>I have a snowflake that I imported from clip art. The basic image looks good with a depth of .25in, however the inverted version is hardly visible above the surface of the board. Changing the depth only makes it less visible, and changing the height setting has no impact on making the image any higher off the board.   Any suggestion on what to try.  Also Is there anyway to add an image to a forum post to better illustrate what I'm talking about?</p>]]></content:encoded>
						                            <category domain="https://forum.carvewright.com/community/designer-techniques/">Design Techniques &amp; Project Ideas</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://forum.carvewright.com/community/designer-techniques/trouble-with-invert-function/#post-328</guid>
                    </item>
							        </channel>
        </rss>
		