GameTechDev / Intel-Texture-Works-Plugin

Intel has extended Photoshop* to take advantage of the latest image compression methods (BCn/DXT) via plugin. The purpose of this plugin is to provide a tool for artists to access superior compression results at optimized compression speeds within Photoshop*.
https://software.intel.com/en-us/articles/intel-texture-compression-plugin-for-photoshop
Apache License 2.0
255 stars 39 forks source link

Can Save but not load BC7 in PS CC 2019 #33

Open JoeWilsonEQ opened 5 years ago

JoeWilsonEQ commented 5 years ago

I'm using PS CS 2019.1.3

I've installed the plugin and have successfully created some BC7 DDS files.

Now, the problem comes when I try to open these files. If I go to File -> Open As and select the Intel/DDS format, and then attempt to open the file nothing happens. The file doesn't load, I don't get an error, the file load dialog just goes away.

If I try with BC1 it works fine, so this seems to be an issues with BC7 specifically.

For whatever it's worth, I can't load BC7 files in Gimp with the DDS plugin either, but BC1 works fine there. In Gimp I get a file type not supported error though.

VinciShark commented 4 years ago

I am using PS CC2020 can't either read or write. Can you tell me where to place the plugin file in PC CC 2019 directory? Thanks alot. @JoeWilsonEQ

christop4D commented 4 years ago
Close Photoshop
Download the IntelTextureWorks zip file and expand it on your local

computer Copy IntelTextureWorks.8bi Paste the plugin into the appropriate Photoshop Plugin folder C:\Program Files\Adobe Photoshop CC 2019\Plug-Ins\ Copy the cubemap scripts from: PhotoshopScripts\IntelTextureWorks-ConvertCubeMap.jsx PhotoshopScripts\IntelTextureWorks-CubeMapGaussianBlur.jsx Paste the cubemap scripts into: C:\Program Files\Adobe Photoshop CC 2019\Presets\Scripts

christop4D commented 4 years ago

i have verified it with 2019

On Wed, Apr 1, 2020 at 3:02 PM Vinci Xu notifications@github.com wrote:

I try with PC CC2015 it works. But still not work with CC2020

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/GameTechDev/Intel-Texture-Works-Plugin/issues/33#issuecomment-607207972, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEFOMEV4RWV3TQODV6WMQ6TRKMUNPANCNFSM4HX4EMJA .

VinciShark commented 4 years ago

@christop4D Finally success. I have install two PS CC2020 both in C:\ and E:\ My bad, thanks for your time.