[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: TortoiseIDiff questions

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-05-14 14:58:49 CEST

Sven Brueggemann wrote:

> how do you determine if to use TortoiseIDiff for diffing?

By the file extension.

> I didn't find new settings and I have no special mime-type
> set for images, but it works. Why? :-)

There are no settings really 'set'. If there are no diff tools set for
the image file extensions, TSVN simply uses TortoiseIDiff.
If however there are other diff tools set for those extensions, then
those tools are used instead.

> Which image types are supported? I found some icons where
> for which "The image can not be shown" is displayed.

Basically, everything that the IPicture interface can handle. And if
GDIPlus is installed on the system (default for XP and later, available
from MS for other systems), then all images GdiPlus can handle too.

That means:
wmf, jpg, bmp, ico, dib, emf files on all systems.
png with GdiPlus installed.

Sure, I could use multiple libraries for every image format out there.
But I like to keep the tool lean (hey, it's only 78kBytes!).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun May 14 14:59:03 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.