<?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[pix_write to pix_multiimage]]></title><description><![CDATA[<p>Working on a patch which takes the output of pix_write, and tries to read it in pix_multiimage.</p>
<p>The problem is that pix_write creates a sequence of images with many trailing zeros like so:</p>
<p>filename00000.jpg<br />
filename00001.jpg<br />
filename00002.jpg<br />
etc...</p>
<p>While pix_multiimage expects a folder of images like so:</p>
<p>filename0.jpg<br />
filename1.jpg<br />
filename2.jpg<br />
etc...</p>
<p>I see nothing in the documentation to either remove the trailing zeros in pix_write, or add trailing zeros to pix_multiimage. The second I rename each file by hand, it works. But I want my patch to pass between these two objects on the fly.</p>
<p>It is quite annoying that these two patches are not naturally interoperable for such a trivial reason. If anyone knows any work arounds, let me know. I am on the brink of finishing a great patch, where this trivial limitation is preventing some great live video manipulations.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11458/pix_write-to-pix_multiimage</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 09:11:49 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/11458.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Jun 2018 01:27:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to pix_write to pix_multiimage on Tue, 19 Jun 2018 01:27:22 GMT]]></title><description><![CDATA[<p>Working on a patch which takes the output of pix_write, and tries to read it in pix_multiimage.</p>
<p>The problem is that pix_write creates a sequence of images with many trailing zeros like so:</p>
<p>filename00000.jpg<br />
filename00001.jpg<br />
filename00002.jpg<br />
etc...</p>
<p>While pix_multiimage expects a folder of images like so:</p>
<p>filename0.jpg<br />
filename1.jpg<br />
filename2.jpg<br />
etc...</p>
<p>I see nothing in the documentation to either remove the trailing zeros in pix_write, or add trailing zeros to pix_multiimage. The second I rename each file by hand, it works. But I want my patch to pass between these two objects on the fly.</p>
<p>It is quite annoying that these two patches are not naturally interoperable for such a trivial reason. If anyone knows any work arounds, let me know. I am on the brink of finishing a great patch, where this trivial limitation is preventing some great live video manipulations.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11458/pix_write-to-pix_multiimage</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11458/pix_write-to-pix_multiimage</guid><dc:creator><![CDATA[colinbrogan]]></dc:creator><pubDate>Tue, 19 Jun 2018 01:27:22 GMT</pubDate></item><item><title><![CDATA[Reply to pix_write to pix_multiimage on Tue, 19 Jun 2018 11:29:31 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/colinbrogan">@colinbrogan</a> You can access them with a message to [pix_multiimage] like [open filename0000*.jpg x (..... (where x is the number of images -1).<br />
If you have more than 10 images you will have to change the message like this.......<br />
[open filename000*.jpg x ( ....... one less leading zero........and at 100+ one less zero again.....<br />
You can automate that with $ variables in the message......</p>
<p>If [pix_multiimage] will not go looking for 01, 02 when x is greater than 9 then you might be stuck with loading 10 max images first....... and then flipping to the next 90 (double digits).</p>
<p>I hope that makes sense.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11458/pix_write-to-pix_multiimage/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11458/pix_write-to-pix_multiimage/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Tue, 19 Jun 2018 11:29:31 GMT</pubDate></item><item><title><![CDATA[Reply to pix_write to pix_multiimage on Tue, 19 Jun 2018 18:16:11 GMT]]></title><description><![CDATA[<p>Ha! Ofcourse! Don't know why I didnt think of that.<br />
I will be posting a dance with your past self patch soon with this knowledge! This was the last technical hurdle.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11458/pix_write-to-pix_multiimage/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11458/pix_write-to-pix_multiimage/3</guid><dc:creator><![CDATA[colinbrogan]]></dc:creator><pubDate>Tue, 19 Jun 2018 18:16:11 GMT</pubDate></item></channel></rss>