Re: [Gimp-user] Does GIMP have automated macro / batch processing?

2017-04-03 Thread Susmita/Rajib
To Alexandre Prokoudine, Rick Strong, Kevin Payne, Ofnuts:
Dear Sirs,
Thank you for your suggestions.
Regards
___
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


[Gimp-user] How to make an area of an image "blurry" or "erased"...?

2017-04-03 Thread rich2005
>Hi folks,
>
>Graphics newbie here...  
>
>I would like to make part of an image blurry or unreadable.  I have
>photos of an automobile and I would like to blur the license plate
>prior to posting online.
>
>I wasn't sure of the proper terminology so my searches didn't yield
>anything obvious to me.
>
>Can I create a layer first?  Then do I make a rectangular selection
>and do something to that selection?
>
>Any guidance is welcome...!
>
>Many thanks in advance.

The main thing is work with copies so that the original images are not damaged.

Going onto the web - so jpeg or png format. Then why use layers? 

examples: http://i.imgur.com/Uxrlg0Q.jpg

All sorts of ways, quickest is use the smudge tool and a suitable size brush (1)

Want it tidier? A couple of suggestions. Make a selection and blur; Filters ->  
Blur -> Gaussian blur (2)

or

Make a selection and pixelise Filters -> Blur -> Pixelise (3)

rich: www.gimp-forum.net

-- 
rich2005 (via www.gimpusers.com/forums)
___
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


[Gimp-user] Need help on terminology

2017-04-03 Thread julowry
I'm working with a graphic designer and having a hard time explaining what I
want. This attached image is of Aaron Rogers. I want another player colorized
the way he is. How to I explain that to them, or how do I do it on GIMP?

Attachments:
* http://www.gimpusers.com/system/attachments/538/original/aaron1.png

-- 
julowry (via www.gimpusers.com/forums)
___
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


[Gimp-user] Need help on terminology

2017-04-03 Thread rich2005
>I'm working with a graphic designer and having a hard time explaining
>what I want. This attached image is of Aaron Rogers. I want another
>player colorized the way he is. How to I explain that to them, or how
>do I do it on GIMP?

Probably something as simple as 'Cartoonised' and might have started life as a
relatively small image which has degraded when scaled up.

The other one to ask about is 'Dave Hill' which gives a very stylised effect. 

FWIW a couple of comparisons. http://i.imgur.com/JYCf36b.jpg

rich: www.gimp-forum.net

-- 
rich2005 (via www.gimpusers.com/forums)
___
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


[Gimp-user] How to make an area of an image "blurry" or "erased"...?

2017-04-03 Thread rhimbo
Hi folks,

Graphics newbie here...  

I would like to make part of an image blurry or unreadable.  I have photos of an
automobile and I would like to blur the license plate prior to posting online.

I wasn't sure of the proper terminology so my searches didn't yield anything
obvious to me.

Can I create a layer first?  Then do I make a rectangular selection and do
something to that selection?

Any guidance is welcome...!

Many thanks in advance.

-- 
rhimbo (via www.gimpusers.com/forums)
___
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


Re: [Gimp-user] Does GIMP have automated macro / batch processing?

2017-04-03 Thread Ofnuts

On 03/04/17 19:10, Susmita/Rajib wrote:

Dear Sir,
Thank you for your quick and informative reply.
I am encouraged to ask: Is there a Script-Fu forum? I found some posts
in Ubuntu:Forum by Google search with the string, "script-fu forum
linux" but they are threads.
Any dedicated forum for Script-Fu?
I have perused your link. It gave me an useful lead.
I then found the link: https://docs.gimp.org/en/index.html , and
reached the following, but did not come across any relevant example:


You have many examples installed with your Gimp, since Gimp itself uses 
scripts. Look into /usr/share/gimp/2.0/scripts


You can also write scripts in Python. See 
https://www.gimp.org/docs/python/index.html


Some examples of Python scripts here: 
http://sourceforge.net/projects/gimp-tools/files/scripts/


___
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


Re: [Gimp-user] Does GIMP have automated macro / batch processing?

2017-04-03 Thread Rick Strong
If all you have are 10 pages it is faster to just do them manually. If you 
have many more pages, scripting in Script-fu may be the way to go. I know 
nothing about Script-fu but I did find this site. If you know programming or 
scripting it may be of use to you:  http://gimpbook.com/scripting/ .


It comes from a book which may be useful to GIMP beginners generally. 
"Beginning GIMP: From Novice to Professional ... by Akkana Peck"


Good luck.
Rick S.

-Original Message- 
From: Susmita/Rajib

Sent: Monday, April 03, 2017 1:10 PM
To: gimp-user-list@gnome.org
Subject: Re: [Gimp-user] Does GIMP have automated macro / batch processing?

Dear Sir,
Thank you for your quick and informative reply.
I am encouraged to ask: Is there a Script-Fu forum? I found some posts
in Ubuntu:Forum by Google search with the string, "script-fu forum
linux" but they are threads.
Any dedicated forum for Script-Fu?
I have perused your link. It gave me an useful lead.
I then found the link: https://docs.gimp.org/en/index.html , and
reached the following, but did not come across any relevant example:

13. Scripting
...
   2. Using Script-Fu Scripts
   2.1. Script-Fu?
   2.2. Installing Script-Fus
   2.3. Do's and Don'ts
   2.4. Different Kinds Of Script-Fus
   2.5. Standalone Scripts
   2.6. Image-Dependent Scripts

   3. A Script-Fu Tutorial
   3.1. Getting Acquainted With Scheme
   3.2. Variables And Functions
   3.3. Lists, Lists And More Lists
   3.4. Your First Script-Fu Script
   3.5. Giving Our Script Some Guts
   3.6. Extending The Text Box Script
   3.7. Your script and its working

Could you (or any kind-hearted individual) provide any idea or
feedback about http://gimpchat.com ?

What I need is a script as follows:
I have a book that I have scanned. It has both the left page and the right 
page.

When the script is run, it will open a copy of the file in a new
window and first select the right page, wait for minor alterations in
selection, when done, will delete the selected area and autocrop the
image to have the left page. Rename the page as "file name"_left.jpg
and close the new file.
Then it will open another copy of the file, select the left page, ait
for minor alterations in selection, when done, will delete the
selected area and autocrop the image to have the right page. Rename
the page as "file name"_right.jpg and close the new file.
Any advice?
Regards

On 03/04/2017, Alexandre Prokoudine  wrote:

On Mon, Apr 3, 2017 at 7:21 PM, Susmita/Rajib wrote:
https://docs.gimp.org/2.8/en/gimp-using-script-fu-tutorial.html could
be a start.
...

___
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 


___
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


Re: [Gimp-user] Does GIMP have automated macro / batch processing?

2017-04-03 Thread Susmita/Rajib
Dear Sir,
Thank you for your quick and informative reply.
I am encouraged to ask: Is there a Script-Fu forum? I found some posts
in Ubuntu:Forum by Google search with the string, "script-fu forum
linux" but they are threads.
Any dedicated forum for Script-Fu?
I have perused your link. It gave me an useful lead.
I then found the link: https://docs.gimp.org/en/index.html , and
reached the following, but did not come across any relevant example:

 13. Scripting
...
2. Using Script-Fu Scripts
2.1. Script-Fu?
2.2. Installing Script-Fus
2.3. Do's and Don'ts
2.4. Different Kinds Of Script-Fus
2.5. Standalone Scripts
2.6. Image-Dependent Scripts

3. A Script-Fu Tutorial
3.1. Getting Acquainted With Scheme
3.2. Variables And Functions
3.3. Lists, Lists And More Lists
3.4. Your First Script-Fu Script
3.5. Giving Our Script Some Guts
3.6. Extending The Text Box Script
3.7. Your script and its working

Could you (or any kind-hearted individual) provide any idea or
feedback about http://gimpchat.com ?

What I need is a script as follows:
I have a book that I have scanned. It has both the left page and the right page.
When the script is run, it will open a copy of the file in a new
window and first select the right page, wait for minor alterations in
selection, when done, will delete the selected area and autocrop the
image to have the left page. Rename the page as "file name"_left.jpg
and close the new file.
Then it will open another copy of the file, select the left page, ait
for minor alterations in selection, when done, will delete the
selected area and autocrop the image to have the right page. Rename
the page as "file name"_right.jpg and close the new file.
Any advice?
Regards

On 03/04/2017, Alexandre Prokoudine  wrote:
> On Mon, Apr 3, 2017 at 7:21 PM, Susmita/Rajib wrote:
> https://docs.gimp.org/2.8/en/gimp-using-script-fu-tutorial.html could
> be a start.
> ...
___
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


Re: [Gimp-user] Does GIMP have automated macro / batch processing?

2017-04-03 Thread Alexandre Prokoudine
On Mon, Apr 3, 2017 at 7:21 PM, Susmita/Rajib wrote:
> Dear Sir,
> How to write scripts in an interpreted programming language which
> could use GIMP?
> Any advice? Any example?

https://docs.gimp.org/2.8/en/gimp-using-script-fu-tutorial.html could
be a start.

> Will this query be considered off-topic?

Probably not? Frankly, I have no idea.

Alex
___
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


Re: [Gimp-user] Does GIMP have automated macro / batch processing?

2017-04-03 Thread Susmita/Rajib
Dear Sir,
How to write scripts in an interpreted programming language which
could use GIMP?
Any advice? Any example?
Will this query be considered off-topic?
Regards


On 03/04/2017, Alexandre Prokoudine  wrote:
> GIMP doesn't do macros recording. You'd have to write scripts in an
> interpreted programming language.
___
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


Re: [Gimp-user] Does GIMP have automated macro / batch processing?

2017-04-03 Thread Alexandre Prokoudine
On Mon, Apr 3, 2017 at 6:18 PM, Susmita/Rajib wrote:
> Sir,
> Doesn't GIMP have such tools as I have mentioned that I require - like
> batch processing / automated macros for a series of files?

GIMP doesn't do macros recording. You'd have to write scripts in an
interpreted programming language.

Alex
___
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


Re: [Gimp-user] Does GIMP have automated macro / batch processing?

2017-04-03 Thread Susmita/Rajib
Sir,
Doesn't GIMP have such tools as I have mentioned that I require - like
batch processing / automated macros for a series of files?
Thank you for your advice.
Regards

On 03/04/2017, Alexandre Prokoudine  wrote:
> I have a gut feeling that what you really want is http://scantailor.org/.
>
> Alex
___
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


Re: [Gimp-user] Does GIMP have automated macro / batch processing?

2017-04-03 Thread Alexandre Prokoudine
I have a gut feeling that what you really want is http://scantailor.org/.

Alex

3 апр. 2017 г. 14:42 пользователь "Susmita/Rajib" 
написал:

> Dear Sirs,
> I wrote to the List Maintainers with my query and was directed to
> register with the List and ask my question to the List Members.
> The following was my email-query to the maintainers:
> 
> I have been using Debian/Knoppix and GIMP for nine years now.
> While GIMP helps me a great deal in my very limited photo- and
> picture-editing works I still don't know whether GIMP has automated
> macro / batch processing.
> There are some work that need to be automated. Like, I scan a book and
> wish to split the scanned left-right pages separately into a left page
> and a right page during post-processing.
> Now if I have scanned ten pages, I would like to do likewise for all
> the ten pages.
> In this regard I need to write a macro/batch processing that would
> help me achieve this with the click of a Run button during
> post-processing.
> I have not yet joined a forum or the mailing list.
> If my needs could be fulfilled I would then like to join a mailing
> list. Otherwise, posting my needs to the mailing list would be a
> distraction for the list members.
> 
> Eager for your advice.
> Regards,
> Rajib
> ___
> 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
>
___
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

[Gimp-user] Does GIMP have automated macro / batch processing?

2017-04-03 Thread Susmita/Rajib
Dear Sirs,
I wrote to the List Maintainers with my query and was directed to
register with the List and ask my question to the List Members.
The following was my email-query to the maintainers:

I have been using Debian/Knoppix and GIMP for nine years now.
While GIMP helps me a great deal in my very limited photo- and
picture-editing works I still don't know whether GIMP has automated
macro / batch processing.
There are some work that need to be automated. Like, I scan a book and
wish to split the scanned left-right pages separately into a left page
and a right page during post-processing.
Now if I have scanned ten pages, I would like to do likewise for all
the ten pages.
In this regard I need to write a macro/batch processing that would
help me achieve this with the click of a Run button during
post-processing.
I have not yet joined a forum or the mailing list.
If my needs could be fulfilled I would then like to join a mailing
list. Otherwise, posting my needs to the mailing list would be a
distraction for the list members.

Eager for your advice.
Regards,
Rajib
___
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