[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Erase cache, clean registry in Linux



On Wed, Nov 26, 2008 at 18:25:43 -0600, lee wrote:

[...]

> So how do I find out which programs create these thumbnails?

You can look at the existing thumbnails, the information should be in
the metadata:

for PIC in *; do identify -verbose "$PIC" | grep Software; done 

Depending on how many thumbnails you have, it might be feasible to pipe
the above command to "sort -u" to get a concise list of all guilty
parties.

-- 
Regards,            | http://users.icfo.es/Florian.Kulzer
          Florian   |


Reply to: