present xcf as what it is, a gimp project file format
This discussion is connected to the
gimp-developer-list.gnome.org mailing list which is
provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
1 of 13 messages available
Toggle history
Please log in to manage your subscriptions.
|
CAO__=ExKLBy-LzOu3-Y8J0hE0r...
|
|
16 Jun 10:44
|
|
4FD9208B.6010000@ve3syb.ca
|
|
16 Jun 10:44
|
|
SNT111-W5700AE52EC94D04D073...
|
|
16 Jun 10:44
|
|
4FD99ADD.4010702@catking.net
|
|
16 Jun 10:44
|
|
SNT111-W5649DFFD0765E76D8BB...
|
|
16 Jun 10:44
|
|
BF290129-C4C0-4925-B03A-5AD...
|
|
16 Jun 10:44
|
|
4FDA7F9E.3050802@argyllcms.com
|
|
16 Jun 10:44
|
|
4FDC6215.7090003@catking.net
|
|
16 Jun 12:11
|
|
C9BECB6A-28AB-48A6-8050-DAD...
|
|
16 Jun 15:49
|
|
CAGZHQLy2GXQxNnbiWEoREh5SRt...
|
|
16 Jun 15:49
|
|
08AD522A-8AA9-44F0-84FE-F8F...
|
|
16 Jun 15:49
|
|
SNT111-W8DE6DE7D9F41613B948...
|
|
16 Jun 16:34
|
|
present xcf as what it is, a gimp project file format
|
Richard Allen
|
17 Jun 17:29
|
present xcf as what it is, a gimp project file format
As a software developer, I see parallels within Integrated Development
Environments. Gimp exporting to a lossly format is akin to building
software. Gimp saving is akin to saving the project and source files back
to disk. If my IDE ever let me save the compiled binary without updating
the project/makefile(s)/sources or a big warning that it was going to do
so, that would be bad.
So I see this the same situation applied to Gimp.
For people doing minor edits or simple rescaling (my use case), maybe it
makes things a little more complicated. For someone who has put a week of
work into a video game box cover, that would be terrible.
One idea would be similar to IDEs - the XCF is the source, and
JPEG/PNG/thumbnails are the output. The export button effectively becomes
'build' then and generates everything you've listed.
-Richard