Re: Convert PIC files

2016-06-21 Thread Martin Yara
Thanks Doug.

I'm not sure what kind of shaders this data is using, or if FBX will
recognize everything fine but that's definitely something worth trying.

Martin


On Tue, Jun 21, 2016 at 5:53 PM, Doug Kennedy 
wrote:

> Hi Martin
>
> If you're after something super simple and fast to get the TGAs into Maya
> from the Softimage data, don't forget that you can convert all the textures
> to TGAs on export when using the FBX exporter, it might same you some
> additional steps if your data is such that textures will export.
>
> Doug
>
>
> Doug Kennedy  / Director / 3D Animator / 2D Compositor / VFX TD
>
> Undabo Studios
> UK: +44 (0)208 144 9000
> UK: +44 (0)7767 606 628
> IT: +39 393 688 70 61
> *www.undabo.com* <http://www.undabo.com/>
>
> Check out Undabo's latest showreels on vimeo
> https://vimeo.com/album/3065544/
> Connect with Doug on Linkedin https://www.linkedin.com/in/undabo/
>
> [image: Facebook] <https://facebook.com/undabo> [image: Facebook]
> <https://twitter.com/undabo>[image: LinkedIn]
> <https://www.linkedin.com/company/undabo/> [image: Skype]
> <http://is.gd/skypeundabo> [image: Vimeo] <https://vimeo.com/undabo> [image:
> Youtube] <https://youtube.com/undabostudios>
>
> Undabo Ltd. Registered in England & Wales No. 5397639. Registered Office:
> 5 Giffard Court, Millbrook Close, Northampton NN5 5JF.
>
> This e-mail message may contain confidential or legally privileged
> information and is intended only for the use of the intended recipient(s).
> Any unauthorized disclosure, dissemination, distribution, copying or the
> taking of any action in reliance on the information herein is prohibited.
> E-mails are not secure and cannot be guaranteed to be error free as they
> can be intercepted, amended, or contain viruses. Anyone who communicates
> with us by e-mail is deemed to have accepted these risks. Undabo Ltd is not
> responsible for errors or omissions in this message and denies any
> responsibility for any damage arising from the use of e-mail. Any opinion
> and other statement contained in this message and any attachment are solely
> those of the author and do not necessarily represent those of the company.
>
> On 21 June 2016 at 09:37, Morten Bartholdy  wrote:
>
>> Flipbook will do it and I guess is scriptable.
>>
>> //MB
>>
>>
>>
>>
>> > Den 21. juni 2016 klokken 06:25 skrev Martin Yara :
>> >
>> >
>> > Thank you all !
>> >
>> > I'm trying to automatize data conversion from Softimage data that is
>> using
>> > PIC textures, to Maya with TGA. So I wanted something simple and fast to
>> > use it through command line so I can call it from a script.
>> >
>> > XNview's NConvert was perfect, except for the $100 I don't want to pay
>> for
>> > just converting a few hundred textures.
>> >
>> > I didn't know about XnConvert but I found it great, if you need a GUI.
>> It
>> > doesn't support command line (not without launching the GUI)
>> >
>> > Irfanview was also promising, it can be run in command line but it's TGA
>> > converter doesn't convert the Alpha Channel, it just ignore it. And
>> > Irfanview stopped supporting Softimage's PIC a few versions ago.
>> >
>> > I didn't know about imf_copy or imgconv ! It seems to be exactly what I
>> > need. Matt's reng also seems to be perfect for what I'm doing.
>> >
>> > Thanks !
>> >
>> > Martin
>> >
>> >
>> >
>> > On Tue, Jun 21, 2016 at 12:19 PM, Matt Lind 
>> wrote:
>> >
>> > > The 'imgconv.exe' standalone in your Softimage installation can
>> convert
>> > > images between file formats and do limited image processing on top of
>> that.
>> > > imgconve.exe supports sequences, but it's capabilities are a bit
>> limited.
>> > > You might also have the 'soft2tga.exe' standalone which is much
>> older, but
>> > > will get the job done too.
>> > >
>> > > Many moons ago I wrote "reng.exe" (rename engine) for exactly the
>> task you
>> > > face.  Reng runs from the command line, is very fast, well battle
>> tested
>> > > amongst other Softimage users, and has the primary purpose of
>> handling the
>> > > renaming component of file processing acting as a manager of command
>> line
>> > > tasks.  That is, it enables you to run most command line tools
>

Re: Convert PIC files

2016-06-21 Thread Doug Kennedy
Hi Martin

If you're after something super simple and fast to get the TGAs into Maya
from the Softimage data, don't forget that you can convert all the textures
to TGAs on export when using the FBX exporter, it might same you some
additional steps if your data is such that textures will export.

Doug


Doug Kennedy  / Director / 3D Animator / 2D Compositor / VFX TD

Undabo Studios
UK: +44 (0)208 144 9000
UK: +44 (0)7767 606 628
IT: +39 393 688 70 61
*www.undabo.com* <http://www.undabo.com/>

Check out Undabo's latest showreels on vimeo
https://vimeo.com/album/3065544/
Connect with Doug on Linkedin https://www.linkedin.com/in/undabo/

[image: Facebook] <https://facebook.com/undabo> [image: Facebook]
<https://twitter.com/undabo>[image: LinkedIn]
<https://www.linkedin.com/company/undabo/> [image: Skype]
<http://is.gd/skypeundabo> [image: Vimeo] <https://vimeo.com/undabo> [image:
Youtube] <https://youtube.com/undabostudios>

Undabo Ltd. Registered in England & Wales No. 5397639. Registered Office: 5
Giffard Court, Millbrook Close, Northampton NN5 5JF.

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with us by e-mail is deemed to have accepted these risks. Undabo Ltd is not
responsible for errors or omissions in this message and denies any
responsibility for any damage arising from the use of e-mail. Any opinion
and other statement contained in this message and any attachment are solely
those of the author and do not necessarily represent those of the company.

On 21 June 2016 at 09:37, Morten Bartholdy  wrote:

> Flipbook will do it and I guess is scriptable.
>
> //MB
>
>
>
>
> > Den 21. juni 2016 klokken 06:25 skrev Martin Yara :
> >
> >
> > Thank you all !
> >
> > I'm trying to automatize data conversion from Softimage data that is
> using
> > PIC textures, to Maya with TGA. So I wanted something simple and fast to
> > use it through command line so I can call it from a script.
> >
> > XNview's NConvert was perfect, except for the $100 I don't want to pay
> for
> > just converting a few hundred textures.
> >
> > I didn't know about XnConvert but I found it great, if you need a GUI. It
> > doesn't support command line (not without launching the GUI)
> >
> > Irfanview was also promising, it can be run in command line but it's TGA
> > converter doesn't convert the Alpha Channel, it just ignore it. And
> > Irfanview stopped supporting Softimage's PIC a few versions ago.
> >
> > I didn't know about imf_copy or imgconv ! It seems to be exactly what I
> > need. Matt's reng also seems to be perfect for what I'm doing.
> >
> > Thanks !
> >
> > Martin
> >
> >
> >
> > On Tue, Jun 21, 2016 at 12:19 PM, Matt Lind 
> wrote:
> >
> > > The 'imgconv.exe' standalone in your Softimage installation can convert
> > > images between file formats and do limited image processing on top of
> that.
> > > imgconve.exe supports sequences, but it's capabilities are a bit
> limited.
> > > You might also have the 'soft2tga.exe' standalone which is much older,
> but
> > > will get the job done too.
> > >
> > > Many moons ago I wrote "reng.exe" (rename engine) for exactly the task
> you
> > > face.  Reng runs from the command line, is very fast, well battle
> tested
> > > amongst other Softimage users, and has the primary purpose of handling
> the
> > > renaming component of file processing acting as a manager of command
> line
> > > tasks.  That is, it enables you to run most command line tools
> repeatedly
> > > as
> > > a sequence or from batch files.  In this case you can use reng to issue
> > > imgconv.exe (or other command line tool) repeatedly to both rename and
> > > convert your files, or do more complex stuff if needed.  Very versatile
> > > tool.
> > >
> > > You can download reng from my website:
> > >
> > > www.mantom.net/download/files/reng_v9_7.zip
> > >
> > > Installation and usage instructions included in the zip.  Main help
> page
> > > available by typing 'reng' at the command prompt.  Additional help with
> > > usage examples availab

Re: Convert PIC files

2016-06-21 Thread Morten Bartholdy
Flipbook will do it and I guess is scriptable.

//MB




> Den 21. juni 2016 klokken 06:25 skrev Martin Yara :
> 
> 
> Thank you all !
> 
> I'm trying to automatize data conversion from Softimage data that is using
> PIC textures, to Maya with TGA. So I wanted something simple and fast to
> use it through command line so I can call it from a script.
> 
> XNview's NConvert was perfect, except for the $100 I don't want to pay for
> just converting a few hundred textures.
> 
> I didn't know about XnConvert but I found it great, if you need a GUI. It
> doesn't support command line (not without launching the GUI)
> 
> Irfanview was also promising, it can be run in command line but it's TGA
> converter doesn't convert the Alpha Channel, it just ignore it. And
> Irfanview stopped supporting Softimage's PIC a few versions ago.
> 
> I didn't know about imf_copy or imgconv ! It seems to be exactly what I
> need. Matt's reng also seems to be perfect for what I'm doing.
> 
> Thanks !
> 
> Martin
> 
> 
> 
> On Tue, Jun 21, 2016 at 12:19 PM, Matt Lind  wrote:
> 
> > The 'imgconv.exe' standalone in your Softimage installation can convert
> > images between file formats and do limited image processing on top of that.
> > imgconve.exe supports sequences, but it's capabilities are a bit limited.
> > You might also have the 'soft2tga.exe' standalone which is much older, but
> > will get the job done too.
> >
> > Many moons ago I wrote "reng.exe" (rename engine) for exactly the task you
> > face.  Reng runs from the command line, is very fast, well battle tested
> > amongst other Softimage users, and has the primary purpose of handling the
> > renaming component of file processing acting as a manager of command line
> > tasks.  That is, it enables you to run most command line tools repeatedly
> > as
> > a sequence or from batch files.  In this case you can use reng to issue
> > imgconv.exe (or other command line tool) repeatedly to both rename and
> > convert your files, or do more complex stuff if needed.  Very versatile
> > tool.
> >
> > You can download reng from my website:
> >
> > www.mantom.net/download/files/reng_v9_7.zip
> >
> > Installation and usage instructions included in the zip.  Main help page
> > available by typing 'reng' at the command prompt.  Additional help with
> > usage examples available by typing 'reng -h' and following the
> > instructions.
> >
> > Matt
> >
> >
> >
> >
> >
> > Date: Mon, 20 Jun 2016 16:07:12 +0900
> > From: Martin Yara 
> > Subject: Convert PIC files
> > To: "softimage@listproc.autodesk.com"
> >
> > I have to convert tons of Softimage PIC files to TGAs, is there any fast
> > way to do this ?
> >
> > I think I'll be doing it with Photoshop batches, but I would like a faster
> > / better solution if there is any.
> >
> > Thanks
> >
> > Martin
> >
> > --
> > Softimage Mailing List.
> > To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com
> > with "unsubscribe" in the subject, and reply to confirm.
> >
> --
> Softimage Mailing List.
> To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
> "unsubscribe" in the subject, and reply to confirm.
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.


Re: Convert PIC files

2016-06-20 Thread Martin Yara
Thank you all !

I'm trying to automatize data conversion from Softimage data that is using
PIC textures, to Maya with TGA. So I wanted something simple and fast to
use it through command line so I can call it from a script.

XNview's NConvert was perfect, except for the $100 I don't want to pay for
just converting a few hundred textures.

I didn't know about XnConvert but I found it great, if you need a GUI. It
doesn't support command line (not without launching the GUI)

Irfanview was also promising, it can be run in command line but it's TGA
converter doesn't convert the Alpha Channel, it just ignore it. And
Irfanview stopped supporting Softimage's PIC a few versions ago.

I didn't know about imf_copy or imgconv ! It seems to be exactly what I
need. Matt's reng also seems to be perfect for what I'm doing.

Thanks !

Martin



On Tue, Jun 21, 2016 at 12:19 PM, Matt Lind  wrote:

> The 'imgconv.exe' standalone in your Softimage installation can convert
> images between file formats and do limited image processing on top of that.
> imgconve.exe supports sequences, but it's capabilities are a bit limited.
> You might also have the 'soft2tga.exe' standalone which is much older, but
> will get the job done too.
>
> Many moons ago I wrote "reng.exe" (rename engine) for exactly the task you
> face.  Reng runs from the command line, is very fast, well battle tested
> amongst other Softimage users, and has the primary purpose of handling the
> renaming component of file processing acting as a manager of command line
> tasks.  That is, it enables you to run most command line tools repeatedly
> as
> a sequence or from batch files.  In this case you can use reng to issue
> imgconv.exe (or other command line tool) repeatedly to both rename and
> convert your files, or do more complex stuff if needed.  Very versatile
> tool.
>
> You can download reng from my website:
>
> www.mantom.net/download/files/reng_v9_7.zip
>
> Installation and usage instructions included in the zip.  Main help page
> available by typing 'reng' at the command prompt.  Additional help with
> usage examples available by typing 'reng -h' and following the
> instructions.
>
> Matt
>
>
>
>
>
> Date: Mon, 20 Jun 2016 16:07:12 +0900
> From: Martin Yara 
> Subject: Convert PIC files
> To: "softimage@listproc.autodesk.com"
>
> I have to convert tons of Softimage PIC files to TGAs, is there any fast
> way to do this ?
>
> I think I'll be doing it with Photoshop batches, but I would like a faster
> / better solution if there is any.
>
> Thanks
>
> Martin
>
> --
> Softimage Mailing List.
> To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com
> with "unsubscribe" in the subject, and reply to confirm.
>
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

Re: Convert PIC files

2016-06-20 Thread Matt Lind
The 'imgconv.exe' standalone in your Softimage installation can convert 
images between file formats and do limited image processing on top of that. 
imgconve.exe supports sequences, but it's capabilities are a bit limited. 
You might also have the 'soft2tga.exe' standalone which is much older, but 
will get the job done too.

Many moons ago I wrote "reng.exe" (rename engine) for exactly the task you 
face.  Reng runs from the command line, is very fast, well battle tested 
amongst other Softimage users, and has the primary purpose of handling the 
renaming component of file processing acting as a manager of command line 
tasks.  That is, it enables you to run most command line tools repeatedly as 
a sequence or from batch files.  In this case you can use reng to issue 
imgconv.exe (or other command line tool) repeatedly to both rename and 
convert your files, or do more complex stuff if needed.  Very versatile 
tool.

You can download reng from my website:

www.mantom.net/download/files/reng_v9_7.zip

Installation and usage instructions included in the zip.  Main help page 
available by typing 'reng' at the command prompt.  Additional help with 
usage examples available by typing 'reng -h' and following the instructions.

Matt





Date: Mon, 20 Jun 2016 16:07:12 +0900
From: Martin Yara 
Subject: Convert PIC files
To: "softimage@listproc.autodesk.com"

I have to convert tons of Softimage PIC files to TGAs, is there any fast
way to do this ?

I think I'll be doing it with Photoshop batches, but I would like a faster
/ better solution if there is any.

Thanks

Martin 

--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.


RE: Convert PIC files

2016-06-20 Thread Ponthieux, Joseph G. (LARC-E1A)[LITES II]
Why can’t you use the standalones you have in the Softimage bin directory?

imf_copy.exe
imgconv.exe

imgconv.exe explicitly lists TARGA as being supported. A sequence can be run as 
follows (from the man page):

imgconv in.pic out.tif -sequence 1 100 -processor zoom "2 2"

If the files are random as very simple script could be written to input a list 
from a directory. I’ve got scripts to do this lying around here somewhere if 
you need better examples.

--
Joey Ponthieux
LaRC Information Technology Enhanced Services (LITES II)
Science Systems and Applications Inc. (SSAI)
NASA Langley Research Center
__
Opinions stated here-in are strictly those of the author and do not
represent the opinions of NASA or any other party.

From: softimage-boun...@listproc.autodesk.com 
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Martin Yara
Sent: Monday, June 20, 2016 3:07 AM
To: softimage@listproc.autodesk.com
Subject: Convert PIC files

I have to convert tons of Softimage PIC files to TGAs, is there any fast way to 
do this ?

I think I'll be doing it with Photoshop batches, but I would like a faster / 
better solution if there is any.

Thanks

Martin
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

RE: Convert PIC files

2016-06-20 Thread Ed Harriss
Softimage also comes with a couple of command line tools that might work for 
you: imf_copy.exe and imgconv.exe

Ed

From: softimage-boun...@listproc.autodesk.com 
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Eric Turman
Sent: Monday, June 20, 2016 8:13 AM
To: softimage@listproc.autodesk.com
Subject: RE: Convert PIC files


If they are pic sequences, you can always use Sotimage's compositor.
On Jun 20, 2016 6:58 AM, "Leendert A. Hartog" 
mailto:hirazib...@live.nl>> wrote:
The makers of XnConvert also offer a command line image processor called 
NConvert,
which would set you back $100 for commercial use,
but might prove handy when trying to convert a massive amount of files...
http://www.xnview.com/en/nconvert/

Greetz
Leendert
AKA Hirazi Blue
Softimage hobbyist, admin at si-community.com<http://si-community.com> & 
xsiforum.de<http://xsiforum.de>


Date: Mon, 20 Jun 2016 09:16:25 +0200
From: li...@thomasvolkmann.com<mailto:li...@thomasvolkmann.com>
To: softimage@listproc.autodesk.com<mailto:softimage@listproc.autodesk.com>
Subject: Re: Convert PIC files
XnConvert might be an option: http://www.xnview.com/en/xnconvert/


Martin Yara mailto:furik...@gmail.com>> hat am 20. Juni 
2016 um 09:07 geschrieben:
I have to convert tons of Softimage PIC files to TGAs, is there any fast way to 
do this ?

I think I'll be doing it with Photoshop batches, but I would like a faster / 
better solution if there is any.

Thanks

Martin

--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

RE: Convert PIC files

2016-06-20 Thread Eric Turman
If they are pic sequences, you can always use Sotimage's compositor.
On Jun 20, 2016 6:58 AM, "Leendert A. Hartog"  wrote:

> The makers of XnConvert also offer a command line image processor called
> NConvert,
> which would set you back $100 for commercial use,
> but might prove handy when trying to convert a massive amount of files...
> http://www.xnview.com/en/nconvert/
>
> Greetz
> Leendert
> AKA Hirazi Blue
> Softimage hobbyist, admin at si-community.com & xsiforum.de
>
> --
> Date: Mon, 20 Jun 2016 09:16:25 +0200
> From: li...@thomasvolkmann.com
> To: softimage@listproc.autodesk.com
> Subject: Re: Convert PIC files
>
> XnConvert might be an option: http://www.xnview.com/en/xnconvert/
>
>
>
> Martin Yara  hat am 20. Juni 2016 um 09:07
> geschrieben:
>
> I have to convert tons of Softimage PIC files to TGAs, is there any fast
> way to do this ?
>
> I think I'll be doing it with Photoshop batches, but I would like a faster
> / better solution if there is any.
>
> Thanks
>
> Martin
> --
> Softimage Mailing List.
> To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com
> with "unsubscribe" in the subject, and reply to confirm.
>
>
>
>
> -- Softimage Mailing List. To unsubscribe, send a mail to
> softimage-requ...@listproc.autodesk.com with "unsubscribe" in the
> subject, and reply to confirm.
>
> --
> Softimage Mailing List.
> To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com
> with "unsubscribe" in the subject, and reply to confirm.
>
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

RE: Convert PIC files

2016-06-20 Thread Leendert A. Hartog
The makers of XnConvert also offer a command line image processor called 
NConvert, which would set you back $100 for commercial use, but might prove 
handy when trying to convert a massive amount of 
files...http://www.xnview.com/en/nconvert/GreetzLeendertAKA Hirazi 
BlueSoftimage hobbyist, admin at si-community.com & xsiforum.de
Date: Mon, 20 Jun 2016 09:16:25 +0200
From: li...@thomasvolkmann.com
To: softimage@listproc.autodesk.com
Subject: Re: Convert PIC files





 XnConvert might be an option: http://www.xnview.com/en/xnconvert/
 
 
Martin Yara  hat am 20. Juni 2016 um 09:07 geschrieben:


I have to convert tons of Softimage PIC files to TGAs, is there any fast way to 
do this ?
 
I think I'll be doing it with Photoshop batches, but I would like a faster / 
better solution if there is any.
 
Thanks

Martin

--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

 
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm. 
  --
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

Re: Convert PIC files

2016-06-20 Thread Amaan Akram
If you have openimageio's oiiotool, give that a try
On 20 Jun 2016 08:16, "Thomas Volkmann"  wrote:

> XnConvert might be an option: http://www.xnview.com/en/xnconvert/
>
>
>
> Martin Yara  hat am 20. Juni 2016 um 09:07
> geschrieben:
>
> I have to convert tons of Softimage PIC files to TGAs, is there any fast
> way to do this ?
>
> I think I'll be doing it with Photoshop batches, but I would like a faster
> / better solution if there is any.
>
> Thanks
>
> Martin
> --
> Softimage Mailing List.
> To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com
> with "unsubscribe" in the subject, and reply to confirm.
>
>
>
>
> --
> Softimage Mailing List.
> To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com
> with "unsubscribe" in the subject, and reply to confirm.
>
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

Re: Convert PIC files

2016-06-20 Thread Rob Wuijster

PS or xnview/convert.
The last one might be the fastest way to do this I guess.


Rob

\/-\/\/

On 20-6-2016 9:16, Thomas Volkmann wrote:

XnConvert might be an option: http://www.xnview.com/en/xnconvert/
Martin Yara  hat am 20. Juni 2016 um 09:07 
geschrieben:


I have to convert tons of Softimage PIC files to TGAs, is there any 
fast way to do this ?
I think I'll be doing it with Photoshop batches, but I would like a 
faster / better solution if there is any.

Thanks

Martin
--
Softimage Mailing List.
To unsubscribe, send a mail to 
softimage-requ...@listproc.autodesk.com with "unsubscribe" in the 
subject, and reply to confirm.




--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.


Geen virus gevonden in dit bericht.
Gecontroleerd door AVG - www.avg.com 
Versie: 2016.0.7640 / Virusdatabase: 4604/12456 - datum van uitgifte: 
06/20/16




--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

Re: Convert PIC files

2016-06-20 Thread Thomas Volkmann
XnConvert might be an option: http://www.xnview.com/en/xnconvert/
 
 

> Martin Yara  hat am 20. Juni 2016 um 09:07 geschrieben:
> 
>  I have to convert tons of Softimage PIC files to TGAs, is there any fast way
> to do this ?
>   
>  I think I'll be doing it with Photoshop batches, but I would like a faster /
> better solution if there is any.
>   
>  Thanks
> 
>  Martin
>  --
>  Softimage Mailing List.
>  To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with
> "unsubscribe" in the subject, and reply to confirm.
> 

 --
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

Convert PIC files

2016-06-20 Thread Martin Yara
I have to convert tons of Softimage PIC files to TGAs, is there any fast
way to do this ?

I think I'll be doing it with Photoshop batches, but I would like a faster
/ better solution if there is any.

Thanks

Martin
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.