Faster image export possible? - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: Faster image export possible? (/Thread-Faster-image-export-possible) |
Faster image export possible? - denzjos - 10-03-2024 Can I export an image without the JPEG quality menu appearing every time? Now when exporting I have to click export three times: 'File/Export As', 'Export' (fill in file name) and 'Export' (choose JPEG quality). For a faster workflow I want to skip the last one (if possible) RE: Faster image export possible? - PixLab - 10-04-2024 When you did export once, in the menu you can overwrite the first export as it appear now with the name of the last export Example I exported once, and now I can just click "Export to name of the file.jpg" or Ctrl+E, this will export without asking any questions [attachment=12421] Now if you want to export for the first time, GIMP will need to know what settings you want I have a script to export as JPG, but it wont ask any name and can overwrite the original because it will export in the same folder, but if the extension is something else than JPG it will be OK Look at the code you can change the export settings, in "hard" and will keep the same each time If it's a new created file from GIMP it will save the jpg in your /user-name/ folder with the name "jpg" without extension which is not a problem on Linux, but will be one on Micro$oft... [attachment=12422] RE: Faster image export possible? - denzjos - 10-04-2024 (10-04-2024, 04:09 AM)PixLab Wrote: When you did export once, in the menu you can overwrite the first export as it appear now with the name of the last exportPixLab, thanks for the answer, I'll try it out |