<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>[Contextcapture] Masks tool</title><link>https://communities.bentley.com/products/3d_imaging_and_point_cloud_software/f/contextcapture-descartes-pointools-forum/141174/contextcapture-masks-tool</link><description>Because of Contextcapture limitations there is sometimes a need to place masks on some photos. For example towers with masts. The mast otherwise is lost in production as it is not possible to photo it without sky or ground and because stastitically most</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: [Contextcapture] Masks tool</title><link>https://communities.bentley.com/thread/667424?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 20:28:26 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:9d80b154-de52-4cf5-886c-ccc502fcd35d</guid><dc:creator>Oto</dc:creator><description>&lt;p&gt;You do not drag them in input you either name them correctly and they will be added automatically on next import or you have to add manually by right clicking on photo and add mask. Unfortunately there is no option to rescan directory and add masks newly created masks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [Contextcapture] Masks tool</title><link>https://communities.bentley.com/thread/667142?ContentTypeID=1</link><pubDate>Wed, 18 Aug 2021 16:52:44 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:ad7ad73e-077e-4eb6-9256-be7925e401d1</guid><dc:creator>James Case</dc:creator><description>&lt;p&gt;I was wondering if you&amp;#39;ve been able to add mask TIFF files made in Paint to your ContextCapture. For some reason, they when I drag them into the &amp;quot;photo input&amp;quot; area, I can&amp;#39;t see that they&amp;#39;ve been added. Do you know if there is a place or some way that I can check if my mask worked?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [Contextcapture] Masks tool</title><link>https://communities.bentley.com/thread/428012?ContentTypeID=1</link><pubDate>Fri, 22 Sep 2017 12:18:49 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:ff8c51da-2c34-4292-8e8b-931fbf6b618e</guid><dc:creator>Oto</dc:creator><description>&lt;p&gt;Created this Photoshop script to help export BW TIFF mask file. Still this seems an excess usage of PS just for such simple task.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="javascript"&gt;#target photoshop
app.bringToFront();

//Convert to monochrome
var cnvtOpts = new IndexedConversionOptions();
cnvtOpts.colors=2;
cnvtOpts.transparency=false;
cnvtOpts.forced=ForcedColors.BLACKWHITE;
cnvtOpts.dither=Dither.NONE;


activeDocument.changeMode(ChangeMode.INDEXEDCOLOR, cnvtOpts);

//Save Options for TIFF
TiffSaveOptions=new TiffSaveOptions()
TiffSaveOptions.imageCompression=TIFFEncoding.TIFFLZW;
TiffSaveOptions.alphaChannels=false;
TiffSaveOptions.transparency=false

//Folder((fnp=(aD=activeDocument).fullName.parent+&amp;#39;/Mask/&amp;#39;)).create()
fnp=(aD=activeDocument).fullName.parent+&amp;#39;/&amp;#39;;
aD.saveAs(File(fnp+aD.name.substr(0,aD.name.length-4)+&amp;quot;_mask&amp;quot;),TiffSaveOptions)
aD.close(SaveOptions.DONOTSAVECHANGES)
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://communities.bentley.com/cfs-file/__key/communityserver-discussions-components-files/343228/Photoshop_2D00_export_2D00_tiff_2D00_mask.zip"&gt;communities.bentley.com/.../Photoshop_2D00_export_2D00_tiff_2D00_mask.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>