|
tomos
|
 |
« on: June 22, 2009, 02:36:14 PM » |
|
Didnt know where to post this ...
I'm looking for a tool that will tell me if a TIFF file has been compressed (or better still one that will check 100 tiff files in a folder and tell me ..) AFAIK with TIFF files it's B/W - they're either compressed or not
The reason I'm checking is they supposed to be not compressed if they going to press/publication. The only way I know how to do it is a) save a couple & estimate the rest (and get shot if there's a problem later) b) resave them all - this is so mindless that you start making mistakes anyways . .
If there's nothing out there and people think it's even possible, I'll post it in coding snacks, thanks!!
|
|
|
|
|
Logged
|
Free FreeHand.org
|
|
|
|
Veign
|
 |
« Reply #1 on: June 22, 2009, 03:38:18 PM » |
|
Did you check out IrfanView? Seems to do everything else.
|
|
|
|
|
Logged
|
|
|
|
|
cranioscopical
|
 |
« Reply #2 on: June 22, 2009, 06:06:20 PM » |
|
@Tomos: No TC plug-in to do this?
|
|
|
|
|
Logged
|
Chris
|
|
|
|
tomos
|
 |
« Reply #3 on: June 23, 2009, 02:09:02 AM » |
|
Did you check out IrfanView? Seems to do everything else. I checked the plugins page and there's nothing there, but maybe the programme itself can do it, will check
|
|
|
|
|
Logged
|
Free FreeHand.org
|
|
|
|
tomos
|
 |
« Reply #4 on: June 23, 2009, 02:09:58 AM » |
|
@Tomos: No TC plug-in to do this?
you're asking someone who just won a license but hasnt even had time to install it yet - anyone else know if there's a TC plugin to show if TIFF files compressed or not?
|
|
|
|
|
Logged
|
Free FreeHand.org
|
|
|
|
skwire
|
 |
« Reply #5 on: June 23, 2009, 02:22:16 AM » |
|
Can you post a few examples of both types of TIFF file? Maybe there is something in the header that can be read to determine if it's compressed or not.
|
|
|
|
|
Logged
|
|
|
|
|
cranioscopical
|
 |
« Reply #6 on: June 23, 2009, 07:13:52 AM » |
|
you're asking someone who just won a license but hasnt even had time to install it yet
I have one word for you... clairvoyance. Other than that, Irfanview's image properties can tell you compression state.
|
|
|
|
|
Logged
|
Chris
|
|
|
|
|
|
|
|
tomos
|
 |
« Reply #9 on: June 23, 2009, 09:35:19 AM » |
|
thanks all, I'm only going to get a chance to look at IrfanView this evening - Library stuff looks technical but I've donwloaded and will look at it and see if I can figure it out Forgot to say compression is LZW. I can post a couple of samples later as well
|
|
|
|
|
Logged
|
Free FreeHand.org
|
|
|
|
|
|
skwire
|
 |
« Reply #11 on: June 23, 2009, 10:55:11 AM » |
|
The first plugin recognises the LZW, jpeg, Packbits and zip/deflate formats. The second one recognises the LZW, jpeg, and Packbits formats.  @tomos: maybe you can try this LibTIFF tool - tiffinfo. tiffinfo works as well and recognises the four formats listed above.
|
|
|
|
« Last Edit: June 23, 2009, 10:57:11 AM by skwire »
|
Logged
|
|
|
|
|
tomos
|
 |
« Reply #12 on: June 23, 2009, 03:22:33 PM » |
|
I've installed the TC beta and I've figured out how to add the plugin but cannot figure out changing which columns show or how to use the plugins. (Can only find custom columns in Config where there is no list of columns - maybe there's something missing in the beta?) I swear I've searched all over the place (wiki forum FAQs, oddly-I cant find 'help') and, I mean, I reckon it's got to be very simple to change which columns are showing but I'm damned if I can figure it out (you know what it's like when you get a new app and havent a clue - remember?!? :p) maybe I should be posting this in TC forum - I've registered there but it's too late here to make a diplomatic start in a new forum - thanks for any tips!EDIT/ I've figured it out, back later!
|
|
|
|
« Last Edit: June 23, 2009, 03:40:22 PM by tomos »
|
Logged
|
Free FreeHand.org
|
|
|
|
tomos
|
 |
« Reply #13 on: June 23, 2009, 03:48:22 PM » |
|
The first plugin recognises the LZW, jpeg, Packbits and zip/deflate formats. The second one recognises the LZW, jpeg, and Packbits formats. I'm not sure which plugin I got the custom column from - it's called 'compr' - but it's working (LZW) and seems dependable so thanks for the help people  Make me an official TC fan please 
|
|
|
|
|
Logged
|
Free FreeHand.org
|
|
|
|
fenixproductions
|
 |
« Reply #14 on: June 23, 2009, 04:12:50 PM » |
|
Make me an official TC fan please  1. Go to Configuration -> Misc 2. assign for Ctrl+E command cm_SrcCustomViewMenu 3. click on green icon button and OK 4. now I can call you TC fan 
|
|
|
|
|
Logged
|
Надо было учиться, а не камни в школу бросать...
|
|
|
|
tomos
|
 |
« Reply #15 on: June 23, 2009, 04:21:13 PM » |
|
1. Go to Configuration -> Misc 2. assign for Ctrl+E command cm_SrcCustomViewMenu 3. click on green icon button and OK 4. now I can call you TC fan  gotchya 
|
|
|
|
|
Logged
|
Free FreeHand.org
|
|
|
|
lanux128
|
 |
« Reply #16 on: June 23, 2009, 06:52:55 PM » |
|
@tomos: maybe you can try this LibTIFF tool - tiffinfo. tiffinfo works as well and recognises the four formats listed above. maybe an AHK front-end for tiffinfo would come in handy for non-TC users. 
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #17 on: June 25, 2009, 03:29:42 AM » |
|
maybe an AHK front-end for tiffinfo would come in handy for non-TC users.  I could easily code this up...however, is there enough interest? Speak now!
|
|
|
|
|
Logged
|
|
|
|
|
lanux128
|
 |
« Reply #18 on: June 25, 2009, 05:16:43 AM » |
|
i wouldn't mind having a GUI for the tiffinfo program. who knows, it might come in handy one day.
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #19 on: June 25, 2009, 11:23:35 AM » |
|
i wouldn't mind having a GUI for the tiffinfo program. who knows, it might come in handy one day.
Here you go: tiffInfoGUI download
|
|
|
|
« Last Edit: August 07, 2009, 08:33:06 AM by skwire »
|
Logged
|
|
|
|
|
|
|
skwire
|
 |
« Reply #21 on: June 26, 2009, 12:17:10 AM » |
|
Fixed. Added: - Size column.
- Total files in statusbar.
- Double-click launches the tiff file in your default viewer.
tiffInfoGUI downloadThanks, lanux, for the feedback and suggestions.
|
|
|
|
« Last Edit: August 07, 2009, 08:32:38 AM by skwire »
|
Logged
|
|
|
|
|
mouser
|
 |
« Reply #22 on: August 07, 2009, 02:33:35 AM » |
|
download link for tiffInfoGUI is broken, skwire.
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #23 on: August 07, 2009, 08:33:52 AM » |
|
Fixed. 
|
|
|
|
|
Logged
|
|
|
|
|
tomos
|
 |
« Reply #24 on: November 23, 2009, 04:49:04 AM » |
|
that's neat works well - thanks Skwire  I just used it to double check (used the TC plugin too) all agreed so I happy 
|
|
|
|
|
Logged
|
Free FreeHand.org
|
|
|
|