Re: Ann: ImageViewer 0.2
Enrico Sersale <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.applications |
|---|---|
| Message-ID | <[email protected]> |
I would suggest a little modification, very easy to implement:
- add in ImageViewerInfo.plist:
NSIcon = "AnIcon.tiff";
NSRole = "Viewer";
NSTypes = (
{
NSUnixExtensions = ( "tiff", "tif" );
NSIcon = "AnIconForTiff.tiff";
},
{
NSUnixExtensions = ( "jpeg", "jpg" );
NSIcon = "AnIconForJpeg.tiff";
},
...
...
);
So, ImageViewer would appear in the Tools Inspector and could be chosen
as default viewer...
On Sat, 21 Oct 2000, Philippe C.D. Robert wrote:
> Hi,
>
> I have uploaded ImageViewer 0.2 on
>
> http://www.nice.ch/~phip/softcorner.html
>
> It now also has a 'directory view', which lets you view the content of a directory instead of just one image file.
>
> cheers, Phil
> --
> Philippe C.D. Robert
> Developer - StudioSendai.com
>
>
>
> _______________________________________________
> Apps-gnustep mailing list
> [email protected]
> http://mail.gnu.org/mailman/listinfo/apps-gnustep
>