projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5801b4
)
bin: show source format in verbose/default output
author
Øyvind Kolås
<pippin@gimp.org>
Fri, 29 Jul 2022 20:26:56 +0000
(22:26 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Fri, 29 Jul 2022 20:26:56 +0000
(22:26 +0200)
bin/babl.c
patch
|
blob
|
history
diff --git
a/bin/babl.c
b/bin/babl.c
index d82315680a51cb5937da2e3bef0f4bfbdfc5f59e..8867654d055fd04e317a3273e62038b953b438f6 100644
(file)
--- a/
bin/babl.c
+++ b/
bin/babl.c
@@
-311,7
+311,9
@@
main (int argc,
data_index = 0;
if (! brief_output)
- printf ("Conversion as \"%s\":\n", babl_get_name (to_format));
+ printf ("Converting from \"%s\" to \"%s\":\n",
+ babl_get_name (from_format),
+ babl_get_name (to_format));
for (c = 0; c < n_components; c++)
{