Thumb Plug TGA

下に乗せてあるイメージを見て、何が違うか分かりますか?

よく見ると違うのはTGAファイルのサムネイルはWindows Explorerで見えるようになっていることです。その上普通のファイル開くウインドとファイル保存ウインドでも見られます。

Windows 2000とXPは.JPG, .GIF, .BMP, .AVI, .MPGとかのサムネイルを表示してくれます。別のファイルの種類ならAPIがあります。それでちょっと調べてTGAのプラグインを開発しました。

普通TGAあまり使われてないと思いますがテレビゲームを開発している方、CGを作っている方はこのファイルの種類をよく使っているらしいです。多分色々なソフトに対応しているし、簡単に自分のソフトで読められるので人気だと思います。

念のためにこのことも知らせます。Windowsのファイル開くウインドとファイル保存ウインドにも同じ機能があります。例えばMayaという3Dソフトでテクスチャーファイルを選んでいる場合サムネイルを表示設定があります。それでサムネイルを表示すると簡単にテクスチャーを選択できるようになります。

サムネイルを表示したければ一番右のアイコンを押して、サムネイルを選択します。(Windowsの日本語版何があそこに書いてあるか忘れてしましてごめんなソリ (1)

気が付いてなかったらそのウィンドのサイズを変更できます。(2)

ダウンロード:

インストールソフトをこのリンクでダウンロード出来ます。

thumbplug_tga1.10.exe (268k)
[ TGA (Targa) ファイルに ]

Softimage PICの版もあります。.

thumbplug_pic1.11.exe (309k)
[ PIC (Softimage) ファイルに ]

そして、Maya IFF 版もあります。

thumbplug_iff1.09.exe (314k)
[ IFF (Maya) ファイルに ]

保証がありません!問題があればごめんなソリけど。。。

Notes:

TGAファイルの種類色々あるけどほとんど2、3形しか使われていますと思います。このプラグインは8ビット、24ビット、32ビットの種類しか対応していますん。その上TGAファイルにはどんな方向でも保存出来ます。上から下に、下から上に、右がら左に、左から右に、ですが下から上にそして左から右に保存されているTGAファイル見たことがないのでこのプラグインはそれ以外対応していません。_

PICファイルにも色々な種類ありますが24ビットと32ビットの種類しか対応していません。

更新歴史:

TGA
v1.09 2003-02-02
  • 公開
v1.10 2004-08-15
  • 縦軸に反転されたファイルの問題を
PIC
v1.11 2003-02-02
  • 公開
IFF
v1.09 2003-02-02
  • 公開

ソースコード:

FreeBSDのようなライセンスで提供しています。使ったら教えてください。

ソースコードここにダウンロード出来ます。

thumbplug_tga_src1.10.zip (28k)
[ TGA (Targa) ファイルに ]

thumbplug_pic_src1.11.zip (25k)
[ PIC (Softimage) ファイルに ]

ごめんなそり、ソースコードのコメントが全部英語で書いてあります。一番必要なことは新しいファイルの種類のプラグインを作りたければCLSIDという数字を更新しなければいけません。しないとこのプラグインとぶつかります。


Pass it on

コメント: 1 [2][3]
Thumb Plug TGA Source Code - IDL file missing

Hi,

The IDL file thumbtgaformat.idl seems to be missing in the source code.

I would have tried create a thumbnail extension for another file format.

-Gaff

posted by GaffFebruary 10, 2003 at 0:50 [ e ]
Source code
Sorry about that.  I uploaded a new zip file that should have the .idl file in it.  If there is anything else missing let me know.  Also, if you do end up making one for another format it would be cool if you could post a link here.
posted by greggmanFebruary 10, 2003 at 11:23 [ e ]
Thumb Plug question: refresh problem experiences?

Back in December ('02) you had posted on Philipos Sakellaropoulos' web site that you were having trouble with the proper refreshing of Thumbnails using his code as a guide.  Did you subsequently resolve those problems?  I am about to embark on developing a Thumbnail extractor shell extension handler for a proprietary file format, and I was wondering if you had discovered anything that went beyond Philipos' example to solve that problem.

Thanks,   - Stan -

posted by StanMarch 17, 2003 at 14:54 [ e ]
Sadly no
Basically we found out it was particular to certain machines so it appears it's a conflict with some piece of software.  It our case it only effected the .PIC version so it must be some software that has to do with .PIC files.  We didn't bother to narrow it down though and find a solution.  Those people that have the conflict just have to press F5 for now
posted by greggmanMarch 17, 2003 at 21:59 [ e ]
Windows 2000 and XP also provide an API for adding support for more formats
Where do I get this API at?
posted by anon_ssj3alan_anonymousApril 19, 2003 at 13:49 [ e ]
Here's some API links
posted by greggmanApril 19, 2003 at 13:56 [ e ]
*.pdf thumbnails

>"What's cool though is Windows 2000 and XP also provide an API for adding support for more formats."

Can you write (or tell me how to do it) an extension that makes Explorer show *.pdf thumbnails? I even would pay some money for such a program.

Thanks.

posted by anon_AdminatorMay 17, 2003 at 12:53 [ e ]
Thanks! This is just what I needed!
posted by DerekHauffeSeptember 13, 2003 at 14:12 [ e ]
Refresh problem fixed ?

I fixed the problem I had with the refresh which duplicated some thumbnails in thumbscb. I guess you had the same problem since I saw a Sleep( 100 ) in the code :D

I hope it can fix your problems.

The only thing to do  in the get location function, we must output a unique value in pszPath Buffer.

Something like that will do :

USES_CONVERSION;
swprintf( pszPathBuffer, A2W("%d"), count++ );

Hope it helped.

posted by CedrickCollombJanuary 15, 2004 at 8:16 [ e ]
thumb plug iff does not work

I've installed the tga and the iff version. The tga's now display fine in the explorer, thanks for this feature!

but for my maya iff files i don't get thumbnail images, does anyone know what the problem could be?

I'm using windows 2k

posted by CreaApril 30, 2004 at 5:20 [ e ]
well it does work

even the iff files are displayed, nice and thx for this.

posted by CreaApril 30, 2004 at 9:56 [ e ]
Also having problems with the IFF version...

Had the .tga viewer working in moments, but the IFF version doesn't want to play on either Windows 2000 or XP.

Any ideas would be much appreciated!

posted by SimonJuly 25, 2004 at 21:30 [ e ]
Targa - Dont display .tga with alpha channel

I cant thank you enough for making this plugin - but I use a lot of .tga with an alpha channel - Rendered from 3D Max and later into AVID.

If you can direct me to another plugin or make a modification to your excellent plugin, I would be a happy puppy ( and would not ask you any questions of Japan or other game related stuff ;)

Thanks for some serious coding when I needed it the most!

Best Regards
David Radszuweit

posted by DavidRadszuweitJuly 31, 2004 at 11:31 [ e ]
can someone help me with tga plug?

this is the error I get .... look here :

http://www.n-trace.com/untitled-1.jpg

 

what needs to be done to fix it ? thumbs isn't working.... :(

posted by choocheeAugust 1, 2004 at 7:05 [ e ]
WOW

THANKS ALLOT FOR THIS!!!!

It works like a charm, I I REALLY like this :D

posted by LouNGeRAugust 5, 2004 at 12:27 [ e ]
sorry about the alpha problem

I noticed that myself recently.  I'll try to fix it when I get a chance.  Hopefully soon.

posted by greggmanAugust 10, 2004 at 11:02 [ e ]
win2k pro users : don´t waste your time

the tga plugin doesn´t work on W2K PRO . on 2k and xp it works with SOME tga files .

forget this thing and use acdsee - it´s not like this plugin but at least it supports ALL tga files and more.

anyway , nice try

posted by some1August 14, 2004 at 4:39 [ e ]
it does work on Win2k Pro

Since I wrote it for Sega of Japan and every single person at the company was running Win2K Pro except me.

As for it not working on some files, you got me there.  It worked on 30 or 40 thousand files at Sega.  Sorry if it didn't work for you.

posted by greggmanAugust 14, 2004 at 11:14 [ e ]
to be more explicit

the old tga plugin (v1.09 - wich was the only version available at the time i wrote the comment) did not work on 2kp! -  i´ve tried it on 2 different computers with different setups,both with 2kp (+service pack 3)

the new one (v1.10 available AFTER i wrote my comment) does ..... but still not with all tga files.

posted by some1August 14, 2004 at 15:24 [ e ]
send me a file
or tell me where I can download one.  when I have time I'll take a look at it.  As for the new one working and the old one not I suspect it was just that you rebooted your machine or something.  Nothing changed related to it working.
posted by greggmanAugust 15, 2004 at 0:42 [ e ]
Include file 'xmldom.idl' not found in source

Downloaded the source code, compiled it (Visual C++ 6.0), got this error: "fatal error C1083: Cannot open include file: 'xmldom.idl': No such file or directory".

Am I doing something wrong?

posted by NicoAugust 30, 2004 at 3:00 [ e ]
xmldom.idl
searching for that file on google it appears you need to download the platform SDK and specifically the Internet Explorer part
posted by greggmanAugust 30, 2004 at 7:40 [ e ]

Bummer. The iff plugin doesnt work with XP SP2. Works with SP1 jsut fine but it gives me a bunch of .dll errors on SP2. I guess all i can hope for is that you will do an update. I Love that plugin!

Eagerly awaiting the day when iff for XP SP2 is on your site.

keep up the good work.

/\\/

posted by AngryVitaminSeptember 8, 2004 at 1:45 [ e ]
XP SP2 no problems

A friend of mine tried it with XP SP2 and he had no problems.  I don't know what to suggest to get it to work on your system.  Maybe if you uninstall it, reboot and then re-install it?

posted by greggmanSeptember 10, 2004 at 3:42 [ e ]
Mr

Thanks, these are  a REALLY helpful & cool little apps - they werk Perfectly for Me, XP with SP2

Ciao Zac

posted by zacromSeptember 16, 2004 at 15:52 [ e ]
SP2 works fine
Just saying that I also have no problems with in xp sp2.  In fact I have it built in to my unattended install.    Thanks for a cool plugin.
posted by smknightOctober 10, 2004 at 16:19 [ e ]
SageThumbs thumbnail image shell extension (freeware)
* Extednded thumbnail image view
* Thumbnail image in context menu
* Extednded info tips
* Support 157 image formats
http://newsgroup.xnview.com/
viewtopic.php?t=746
posted by ryoohkiOctober 16, 2004 at 1:35 [ e ]
good work ;)

Well done mate, a simple yet very usefull little plug for us .tga users ;)

posted by blaedmonNovember 5, 2004 at 13:03 [ e ]
TGA Thumbnails
Excellent work my friend and very appreciated. Thanks! 
posted by JohnNovember 12, 2004 at 14:09 [ e ]
I love you
posted by garryDecember 10, 2004 at 13:26 [ e ]
3d artist

Hi.

First, thanks so much for the tga viewer!  My company just switched to an entirely .sgi pipeline however.  Any chance there's a .sgi thumb plug on its way with win2k and winxp support?

Thanks!

Dru

posted by druabramsDecember 27, 2004 at 11:27 [ e ]

Is there any way to make this work with Windows Picture and FAX Viewer so we can view these images full size in that built in applet?

That would be really nice...

=O)

posted by LiddoTeapotJanuary 24, 2005 at 22:03 [ e ]
I looked but I couldn't find a way
posted by greggmanJanuary 25, 2005 at 5:34 [ e ]
Is there any possibility for getting a .tif /.tiff version?
posted by MarkFebruary 2, 2005 at 1:50 [ e ]
tiff blues...
You'd be DA man if you could...  ;)
posted by MarkFebruary 6, 2005 at 12:14 [ e ]

wow - xsi .pic thumbnails - hurrah!!!!

.tif thumbnail preview would be fantastic as well - is that easy enough to code up?

 

cheers for supplying them tho :D

posted by anthonymcgrathMarch 7, 2005 at 3:43 [ e ]
GREAT!!!
Great work! Thanks for your effort :)
posted by TomasMMarch 21, 2005 at 10:37 [ e ]
how fantastic is that??

Have to pick one shot out of a 501 frame animation to go into a presentation as a still!  Would have been great if I could have previewed them as well, but at leat now I can use the thumbnails to narrow it down to 20 or so!

Ta! : )

posted by sidMarch 22, 2005 at 4:40 [ e ]
I express my heartfelt thanks to you.

Work advances efficiently by your favor.

I wish to express my gratitude.

It is not "GOMENNASORI(ごめんなそり)", and "GOMANNASAI(ごめんなさい). "

However, you are not necessary ..the apology...

posted by SayuriNagayoshiApril 22, 2005 at 3:00 [ e ]
ナガヨシさん、「ごめんなそり」は冗談ですよ。「NICEGUY人」というグループの曲のおかしい歌詞です。
posted by greggmanApril 22, 2005 at 5:14 [ e ]
As a Lightwave artist, both the .tga and the .iff plugs are invaluable.  So many texture and image libraries use these formats.  Huge time saver, especially in the file open box!
posted by LightwaveUserJune 6, 2005 at 10:31 [ e ]
Saved me about 3 hours just now!!

I have a 3dsmax render farm, and one server hadn't been patched to 7.1, so when I returned to my 1000 frame render, there were frames randomly spread through the sequence that had no animated textures (they'd rendered black).   I was faced with going back to the render manager, listing all the frames that had been assigned to the faulty machine, then manually deleting those files... (nightmare...)  but thanks to the TGA plugin, the whole process took about 5 minutes because from the thumbnail view the bad frames were visible imediately.

Thanks heaps for a great little tool, and like so many things on the web - small utilities tend to be the most powerful, and the most useful...!!!

Nathan

posted by nathanJune 10, 2005 at 8:29 [ e ]
.mov

Hi,

Best plugin of one of its kind but is there any plugin or patch to view .mov thumbnail in explorer itself

posted by AshishJune 17, 2005 at 23:28 [ e ]
Thank You!
Thanks so much for this program.  It makes it so much easier when I am working on game mods where I have so many .tga files and need to keep track of what they are without opening the files.
posted by XiamaraJuly 4, 2005 at 4:46 [ e ]
about time i downloaded this plugin THANK U!!!
posted by JoseJuly 6, 2005 at 10:24 [ e ]
nice job
Awesome just what I needed~!
posted by slackerJuly 14, 2005 at 15:40 [ e ]
sometimes it is the little things
great - very helpful - thanks a lot for sharing!

Holger
posted by HolgerJuly 17, 2005 at 20:48 [ e ]

検索
Code
記事
ニュース
メニュー

私は現在日本語を勉強しています。間違いがありましたら、ご教示ください。