http://www.wacom.com/support/drivers
Select windows 8
or use the direct link
http://www.wacom.com/feeldriver
Download the driver dated may 9th ...today.. install and
reboot.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Surface Pro Pen pressure sensitivity is not working in photoshop CS6. Was anyone able to get their surface pro to use the pen pressure sensitivity? In my photoshop settings when i turn on Pen Pressure for brush settings i see a yellow exclamation mark next to each settings which has to do with pen pressure. If anyone knows how to solve this problem please let me know.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
http://www.wacom.com/support/drivers
Select windows 8
or use the direct link
http://www.wacom.com/feeldriver
Download the driver dated may 9th ...today.. install and
reboot.
i will donate 50$ after you publish the plugin or the unsign driver for photoshop right away.
I have been following this thread daily, as well, after buying a Surface Pro. I'm a programmer and have done a lot of Windows coding but never drivers. Looking into this situation, here is what I found:
This is (apparently) what is required to emulate a WinTab driver. It contains all the calls and parameters. I would assume it is a bit out of date, but can easily be verified by examining the DLL itself (which I have not done yet)
http://www.wacomeng.com/windows/docs/Wintab\_v140.htm#\_Toc275759803
Here is the Surface Pen API used to get values from the pen:
http://msdn.microsoft.com/EN-US/library/windows/apps/windows.ui.input.inking(v=vs.10).aspx
If we could make a DLL that presents the WinTab calls but implements them using the Inking API, it should go a long way to getting what we want. Luckily, this guy claims to have such a WinTab-masquerading DLL and someone has already hit him up for the source:
http://stackoverflow.com/questions/15063775/photoshop-cs5s-use-of-wintab-driver
I'd be willing to help out and/or work on putting these things together but I am missing knowledge when it comes to making, debugging and installing drivers. Does anyone know more?
Does this stuff make sense or am I missing something?
i dont know anything about coding or programming . and i know it's hard so that's why i admit will donate $50 who public a WORKING driver . it will bit Microsoft so hard. microsoft make me so disappointed about them few years ago.
That's good information, though the wintab api is certainly intimidating. What I'd imagine would be a good first step is to wrap the wintab calls with some sort of logging layer and use it on a Wacom tablet. Then draw in photos a bit, and you'd see what parts actually need to be rewritten.
The Photoshop plugin api isn't looking too promising so far. I don't see it ever exposing a way to do actual brush strokes programmatically.