File export default type - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Installation and usage (https://www.gimp-forum.net/Forum-Installation-and-usage) +---- Forum: OSX (https://www.gimp-forum.net/Forum-OSX) +---- Thread: File export default type (/Thread-File-export-default-type) |
File export default type - OldGimp - 07-11-2022 I am using Gimp 2.10.32 and have set my file export default type as jpg in Preferences/Image Import & Export but I still have to select from the image type list when using Export As. How should I set the default type? RE: File export default type - Ofnuts - 07-11-2022 Works for me. What counts is the extension added in the name. The image type list is just a filter to show existing images of a given type, not terribly useful when saving. RE: File export default type - OldGimp - 07-12-2022 (07-11-2022, 07:30 PM)Ofnuts Wrote: Works for me. What counts is the extension added in the name. The image type list is just a filter to show existing images of a given type, not terribly useful when saving. Many thanks for the reply. The extension in the name field on the Export As page obstinately remains the same as the original, no matter what I set as the default in Preferences/Image Import & Export. RE: File export default type - Ofnuts - 07-12-2022 Another "restriction" is that this applies only to images that are exported "from scratch" (or from an XCF). If the image is marked "imported" in the title bar, Gimp will by default do the exports with the same type. For instance:
RE: File export default type - programmer_ceds - 07-12-2022 (07-12-2022, 09:43 AM)OldGimp Wrote: ] I submitted a GIMP Merge Request sometime ago to add an option to always offer the default file type (extension) in the same section where you set the default. This would be useful if you were, for example, reading tif files but exporting jpegs. Currently this MR is scheduled for 2.99.12 (but it was previously scheduled for 2.99.10 and was bumped) (As has been noted the current behaviour is as intended - the default extension is basically only used if a new file has been created or you opened an xcf file. Before I submitted a successful change to get this behaviour it always offer png) RE: File export default type - OldGimp - 07-13-2022 Many thanks for the explanations. |