Re: QPcard 201 thumbnail
- From: Richard Hughes <hughsient gmail com>
- To: Pascal de Bruijn <pmjdebruijn pcode nl>
- Cc: gnome-color-manager-list <gnome-color-manager-list gnome org>
- Subject: Re: QPcard 201 thumbnail
- Date: Tue, 9 Feb 2010 13:17:15 +0000
On 9 February 2010 13:10, Pascal de Bruijn <pmjdebruijn pcode nl> wrote:
> I noticed you centered the image... Though, the white background
> suggests it's a big white card, with the patches centered, while it's
> not.
Point taken.
> We should use transparency here. I'll "fix" the image tonight, if you
> don't get to it first.
Okay. when you're submitting new binary files, the easiest way (for
me) to do it, is this:
git checkout -b the-subject-of-the-change
<make the change, i.e. update the image file>
git commit -a -m "Make the image background transparent" --author "Me
Mine <me me com>"
( the -a means "all changes to the working tree", the -m means "this
is the commit message", and --author is so the right person gets
listed in NEWS)
git format-patch master
<send email, attaching the new patch file with binary base64 gook>
git checkout master
Then, all I have to do is use the command "git am" and I don't have to
copy and paste your name, email, or come up with a commit message. If
you get stuck, let me know.
Richard.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]