After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 364973 - Error in Filters
Error in Filters
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
CVS
Other Linux
: Normal normal
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-25 12:11 UTC by Stephane Delcroix
Modified: 2006-10-25 13:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.52 KB, patch)
2006-10-25 13:13 UTC, Stephane Delcroix
committed Details | Review

Description Stephane Delcroix 2006-10-25 12:11:05 UTC
As reported by Jens Grunert on the mailing list
> > 
> > Sometimes i had problems to upload picture to picasaweb. The following exception was thrown:
> > 
> > System.NotImplementedException: No way to save files of type ".jpg"
> >   at FSpot.Filters.ResizeFilter.Convert (System.String source, System.String dest) [0x00000] 
> >   at FSpot.Filters.FilterSet.Convert (System.String source, System.String dest) [0x00000] 
> >   at FSpot.GoogleExport.Upload () [0x00000] 
> > 
> > 
> > So what's the problem? The problem are files with the extension .JPG (btw.: .jpg works).
> > I think the problem is the Method:
> > 
> > public static string TempPath (string name, string extension){}
> > 
> > The Method handles only .jpg files! Btw: Why is the extension hardcoded?
> > When you use the Method System.IO.Path.GetExtension() to get the extension everything works fine.
Comment 1 Stephane Delcroix 2006-10-25 13:13:41 UTC
Created attachment 75367 [details] [review]
patch