<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: N-Trig digitizer doesn&#8217;t get respect from cartoonists and illustrators</title>
	<atom:link href="http://www.lorenheiny.com/2009/04/15/n-trig-digitizer-doesnt-get-respect-from-cartoonists-and-illustrators/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lorenheiny.com/2009/04/15/n-trig-digitizer-doesnt-get-respect-from-cartoonists-and-illustrators/</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 18:04:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: N-Trig Pulls a Rodney Dangerfield &#124; MobileJewels TechNews</title>
		<link>http://www.lorenheiny.com/2009/04/15/n-trig-digitizer-doesnt-get-respect-from-cartoonists-and-illustrators/comment-page-1/#comment-5241</link>
		<dc:creator>N-Trig Pulls a Rodney Dangerfield &#124; MobileJewels TechNews</dc:creator>
		<pubDate>Mon, 20 Apr 2009 13:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.lorenheiny.com/?p=4723#comment-5241</guid>
		<description>[...] among cartoonists and artists who rely upon PhotoShop as the business accepted in realistic design. Loren&#8217;s got a enthusiastic write-up on his investigate and comes absent with the opinion that N-Trig is not feat to become this supply with a utility update. He believes the accord should [...]</description>
		<content:encoded><![CDATA[<p>[...] among cartoonists and artists who rely upon PhotoShop as the business accepted in realistic design. Loren&#8217;s got a enthusiastic write-up on his investigate and comes absent with the opinion that N-Trig is not feat to become this supply with a utility update. He believes the accord should [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LCH</title>
		<link>http://www.lorenheiny.com/2009/04/15/n-trig-digitizer-doesnt-get-respect-from-cartoonists-and-illustrators/comment-page-1/#comment-5225</link>
		<dc:creator>LCH</dc:creator>
		<pubDate>Thu, 16 Apr 2009 15:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lorenheiny.com/?p=4723#comment-5225</guid>
		<description>Thanks for the link!

I&#039;m a bit skeptical that the HID-to-WinTab approach will work, primarily because of performance reasons, but it may be feasible. My gutt tells me we really need to be able to talk with the device directly. It&#039;s worth a try.

I guess the first question is whether it&#039;s possible to wrap WinTab around the Tablet COM API. I&#039;m thinking the place to start is with WTOpen/WTInfo. Can a WinTab-enabled app query the Tablet via the Tablet SDK?

Next step, I&#039;m guessing--and this is a complete guess--is to see if a real-time stylus can be created and report back position information in real-time (WT_PACKET?). Hmmm.

Actually, there&#039;s probably a better first step here: The question is can we use the WinTab code at all to control the pressure sensitivity in Photoshop? What I&#039;m thinking is can you write a WinTab driver that represents a virtual Tablet which generates let&#039;s say variable pressure sensitivity for a mouse. The slower the mouse goes the lighter the sensitivity. Actually, forget the mouse state, just randomly generate different pressure sensitivities. Does this work?

If anyone has given this a go in the past, could you leave a comment here and say whether it&#039;s a thumbs up or down on this approach?</description>
		<content:encoded><![CDATA[<p>Thanks for the link!</p>
<p>I&#8217;m a bit skeptical that the HID-to-WinTab approach will work, primarily because of performance reasons, but it may be feasible. My gutt tells me we really need to be able to talk with the device directly. It&#8217;s worth a try.</p>
<p>I guess the first question is whether it&#8217;s possible to wrap WinTab around the Tablet COM API. I&#8217;m thinking the place to start is with WTOpen/WTInfo. Can a WinTab-enabled app query the Tablet via the Tablet SDK?</p>
<p>Next step, I&#8217;m guessing&#8211;and this is a complete guess&#8211;is to see if a real-time stylus can be created and report back position information in real-time (WT_PACKET?). Hmmm.</p>
<p>Actually, there&#8217;s probably a better first step here: The question is can we use the WinTab code at all to control the pressure sensitivity in Photoshop? What I&#8217;m thinking is can you write a WinTab driver that represents a virtual Tablet which generates let&#8217;s say variable pressure sensitivity for a mouse. The slower the mouse goes the lighter the sensitivity. Actually, forget the mouse state, just randomly generate different pressure sensitivities. Does this work?</p>
<p>If anyone has given this a go in the past, could you leave a comment here and say whether it&#8217;s a thumbs up or down on this approach?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pepor</title>
		<link>http://www.lorenheiny.com/2009/04/15/n-trig-digitizer-doesnt-get-respect-from-cartoonists-and-illustrators/comment-page-1/#comment-5224</link>
		<dc:creator>Pepor</dc:creator>
		<pubDate>Thu, 16 Apr 2009 11:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lorenheiny.com/?p=4723#comment-5224</guid>
		<description>I didn&#039;t have a look at the WinTab API (yet), but I guess it should be possible to write some sort of API wrapper that converts WinTab API calls to their respective TabletPC SDK counterparts. Wacom provides a specification on their developer site (http://www.wacomeng.com/devsupport/ibmpc/downloads.html). That way, any tablet that is recognized by the TabletPC SDK should be usable through the WinTab API as well.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t have a look at the WinTab API (yet), but I guess it should be possible to write some sort of API wrapper that converts WinTab API calls to their respective TabletPC SDK counterparts. Wacom provides a specification on their developer site (<a href="http://www.wacomeng.com/devsupport/ibmpc/downloads.html" rel="nofollow">http://www.wacomeng.com/devsupport/ibmpc/downloads.html</a>). That way, any tablet that is recognized by the TabletPC SDK should be usable through the WinTab API as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
