Hello

------------------------------
*From:* gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of
gimp-user-list-requ...@gnome.org <gimp-user-list-requ...@gnome.org>
*Sent:* Thursday, 12 December 2019 11:00 PM
*To:* gimp-user-list@gnome.org <gimp-user-list@gnome.org>
*Subject:* gimp-user-list Digest, Vol 99, Issue 11

Send gimp-user-list mailing list submissions to
        gimp-user-list@gnome.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://mail.gnome.org/mailman/listinfo/gimp-user-list
or, via email, send a message with subject or body 'help' to
        gimp-user-list-requ...@gnome.org

You can reach the person managing the list at
        gimp-user-list-ow...@gnome.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of gimp-user-list digest..."


Today's Topics:

   1. Re:  numbers (Kevin Cozens)
   2.  Annoying Tool Options Window (jmarkt)
   3. Re:  numbers (Ofnuts)
   4. Re:  Disable check for new plugins at startup (?yvind Kol?s)
   5. Re:  numbers (Rick Strong)
   6.  numbers (MareroQ)


----------------------------------------------------------------------

Message: 1
Date: Wed, 11 Dec 2019 15:52:47 -0500
From: Kevin Cozens <ke...@ve3syb.ca>
To: gimp-user-list@gnome.org
Subject: Re: [Gimp-user] numbers
Message-ID: <e7d58158-c8ff-9df7-47bc-4143d184e...@ve3syb.ca>
Content-Type: text/plain; charset=utf-8; format=flowed

On 2019-12-11 11:53 a.m., Epick wrote:
> Hello guys, I have made tickets for our party, but I'm having troubles
with one
> thing. I need to print 360 of those tickets and each should have its
number
> starting from 1 to 360. How can I efficiently number those tickets?

I think you could also quickly make up a shell script to use ImageMagick to
put numbers on the tickets.

-- 
Cheers!

Kevin.

http://www.ve3syb.ca/               | "Nerds make the shiny things that
https://www.patreon.com/KevinCozens | distract the mouth-breathers, and
                                     | that's why we're powerful"
Owner of Elecraft K2 #2172          |
#include <disclaimer/favourite>     |             --Chris Hardwick


------------------------------

Message: 2
Date: Wed, 11 Dec 2019 22:44:25 +0100
From: jmarkt <for...@gimpusers.com>
To: gimp-user-list@gnome.org
Subject: [Gimp-user] Annoying Tool Options Window
Message-ID: <93...@forums.gimpusers.com>
Content-Type: text/plain; charset=UTF-8

>OSX problem
>
>Try closing the tool options tab and then re-opening it.
>
>Some screenshots here:
>https://www.gimp-forum.net/Thread-Layers-dock-stuck-at-top-left-of-screen

Thanks, Rich404.  That works!  Very concise instructions - thanks again!

-- 
jmarkt (via www.gimpusers.com/forums)


------------------------------

Message: 3
Date: Thu, 12 Dec 2019 00:49:00 +0100
From: Ofnuts <ofn...@gmx.com>
To: gimp-user-list@gnome.org
Subject: Re: [Gimp-user] numbers
Message-ID: <04a77902-dcf6-ab24-ee4c-0ae0d31f0...@gmx.com>
Content-Type: text/plain; charset=iso-8859-15; format=flowed

On 12/11/19 5:53 PM, Epick wrote:
> Hello guys, I have made tickets for our party, but I'm having troubles
with one
> thing. I need to print 360 of those tickets and each should have its
number
> starting from 1 to 360. How can I efficiently number those tickets?
> Epick
>
> Attachments:
> * https://www.gimpusers.com/system/attachments/1313/original/ticBlank.png
>
You can use the ImageMagick toolbox to overlay any text over an image in
a shell script. Then you just have to write a script hat loops over 360
numbers. See https://www.imagemagick.org/Usage/annotating/



------------------------------

Message: 4
Date: Thu, 12 Dec 2019 02:08:48 +0100
From: ?yvind Kol?s <pip...@gimp.org>
To: Bantha <for...@gimpusers.com>
Cc: gimp-user-list <gimp-user-list@gnome.org>
Subject: Re: [Gimp-user] Disable check for new plugins at startup
Message-ID:
        <cakjrkdms1frhk8a76znmd_zobctek9zgfpjg0slxed1fncu...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

On Wed, Dec 11, 2019 at 3:00 PM Bantha <for...@gimpusers.com> wrote:
> we want to run GIMP in an isolated environment, without access to external
> systems. So, when GIMP checks for newer versions of the installed modules
and
> plugins, it takes several minutes to wait for the timeout-
>
> Can I Speed up the startup in any way? GIMP won't be able to check
anything
> outside of our company LAN.

GIMP is not going online looking for new versions of plug-ins, it is
scanning the file system(s) for previously unknown plug-ins, in user
and system paths. One reason this might be slow is if GIMP is
installed on a slow network file system.


------------------------------

Message: 5
Date: Thu, 12 Dec 2019 00:06:29 -0500
From: "Rick Strong" <rnstr...@primus.ca>
To: <ofn...@gmx.com>,   <gimp-user-list@gnome.org>
Subject: Re: [Gimp-user] numbers
Message-ID: <32E9699E7842485EAD5EA76F8D35B732@RickPC>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
        reply-type=response

Or make 36 2x10 grids in Excel and populate them with numbers in sequence.
Then overlay each grid on the top layer of a new page with your master
ticket design underneath.
No scripting required.

Rick S.

-----Original Message-----
From: Ofnuts
Sent: Wednesday, December 11, 2019 6:49 PM
To: gimp-user-list@gnome.org
Subject: Re: [Gimp-user] numbers

On 12/11/19 5:53 PM, Epick wrote:
> Hello guys, I have made tickets for our party, but I'm having troubles
> with one
> thing. I need to print 360 of those tickets and each should have its
> number
> starting from 1 to 360. How can I efficiently number those tickets?
> Epick
>
> Attachments:
> * https://www.gimpusers.com/system/attachments/1313/original/ticBlank.png
>
You can use the ImageMagick toolbox to overlay any text over an image in
a shell script. Then you just have to write a script hat loops over 360
numbers. See https://www.imagemagick.org/Usage/annotating/

_______________________________________________
gimp-user-list mailing list
List address:    gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list



------------------------------

Message: 6
Date: Thu, 12 Dec 2019 08:06:07 +0100
From: MareroQ <for...@gimpusers.com>
To: gimp-user-list@gnome.org
Subject: [Gimp-user] numbers
Message-ID: <93...@forums.gimpusers.com>
Content-Type: text/plain; charset=UTF-8

Gimp can do a lot - even number tickets.

1.open a single ticket as a layer
2.create layer number (Text add-number-layers.py)
3.combine layers "Join tiles"(ofn-layer-tiles.py)
https://sourceforge.net/projects/gimp-tools/files/scripts/
If there are problems - start a thread on:
https://gimpchat.com/

Attachments:
*
https://www.gimpusers.com/system/attachments/1314/original/Three_simple_steps.png
*
https://www.gimpusers.com/system/attachments/1315/original/Text_add-number-layers_py.zip

-- 
MareroQ (via www.gimpusers.com/forums)


------------------------------

Subject: Digest Footer

_______________________________________________
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


------------------------------

End of gimp-user-list Digest, Vol 99, Issue 11
**********************************************
_______________________________________________
gimp-user-list mailing list
List address:    gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Reply via email to