![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to test for the circumstance where someone has renamed a TIF file with a JPG extension. I have to process large number of image files that are supposed all be JPG files. If I right-click on a file that is really a TIF, windows can show in the properties that it is a TIF even though it has a JPG extention. (In the properties window on the Summary tab under the Image node for File Type the value is Tagged Information File Format (TIFF) My questions are: 1- What is the technical term for this property? 2- How can I test for the condition where this property does not equal the file extension in the file name? I am running simple dos commands and a thumbnailer product via command line. But I am open to more exotic methods. Thanks in advance |
#3
| |||
| |||
|
|
I need to test for the circumstance where someone has renamed a TIF file with a JPG extension. I have to process large number of image files that are supposed all be JPG files. If I right-click on a file that is really a TIF, windows can show in the properties that it is a TIF even though it has a JPG extention. (In the properties window on the Summary tab under the Image node for File Type the value is Tagged Information File Format (TIFF) My questions are: 1- What is the technical term for this property? 2- How can I test for the condition where this property does not equal the file extension in the file name? I am running simple dos commands and a thumbnailer product via command line. But I am open to more exotic methods. Thanks in advance |
#4
| |||
| |||
|
|
Check out James O'Neill's blog http://blogs.technet.com/jamesone/ar...of-course.aspx or Scott Hanselman's http://www.hanselman.com/blog/Access...owerShell.aspx HTH Shay http://www.scriptolog.blogspot.com I need to test for the circumstance where someone has renamed a TIF file with a JPG extension. I have to process large number of image files that are supposed all be JPG files. If I right-click on a file that is really a TIF, windows can show in the properties that it is a TIF even though it has a JPG extention. (In the properties window on the Summary tab under the Image node for File Type the value is “Tagged Information File Format (TIFF)” My questions are: 1- What is the technical term for this property? 2- How can I test for the condition where this property does not equal the file extension in the file name? I am running simple dos commands and a thumbnailer product via command line. But I am open to more exotic methods. Thanks in advance… |
#5
| |||
| |||
|
|
Check out James O'Neill's blog http://blogs.technet.com/jamesone/ar...of-course.aspx or Scott Hanselman's http://www.hanselman.com/blog/Access...owerShell.aspx HTH Shay http://www.scriptolog.blogspot.com I need to test for the circumstance where someone has renamed a TIF file with a JPG extension. I have to process large number of image files that are supposed all be JPG files. If I right-click on a file that is really a TIF, windows can show in the properties that it is a TIF even though it has a JPG extention. (In the properties window on the Summary tab under the Image node for File Type the value is “Tagged Information File Format (TIFF)” My questions are: 1- What is the technical term for this property? 2- How can I test for the condition where this property does not equal the file extension in the file name? I am running simple dos commands and a thumbnailer product via command line. But I am open to more exotic methods. Thanks in advance… |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |