It is currently Mon Jul 22, 2024 6:26 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 41 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Dec 29, 2010 3:17 pm  (#21) 
Offline
GimpChat Member
User avatar

Joined: Oct 19, 2010
Posts: 376
Location: North Central Ohio, USA
I like this, I like it a lot.

saulgoode, if you do tinker with this in the coming year, I'd like to request an option to select a separate font for text versus numbers. I think that some fonts have better looking or more readable digits, but their text may not be suitable (overly decorative, maybe); likewise a font's text may be nice but the digits...just not appealing.

_________________
Life Truth: #12
My cat is a worst typist than I am.


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Dec 29, 2010 3:37 pm  (#22) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14725
Location: USA
molly wrote:
Very nice Rod. You probably already know this, but if you prefer not to show the grids, you can turn the grids off in all the months. I tried it on a page and looks cool.

@O, I like your red - white and black calendar.

Yup i knew, that is one of the best things about it. The script leaves everything in layers so you can adjust the entire calender....opacity,colors, and anything else you need to do.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 8:35 am  (#23) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
I have finally gotten around to updating the script and the latest version is available for testing.

http://chiselapp.com/user/saulgoode/repository/script-fu/wiki?name=sg-calendar

Both the "Calendar" and "Calendar year" commands have been combined in the same .scm file, so this should eliminate version matching problems. I haven't fully documented the script yet, but not a whole lot has changed and those that were familiar with the original version should have little problem understanding this version. Make sure that you remove both the original sg-calendar.scm and sg-calendar-year.scm files from your scripts folder before installing the new version.

List of changes:

  • Any existing selection is now honored by both commands. The rendering will only occur within the rectangular bounds of the selection (or of the active layer if no selection is present).
  • Language support for German, Italian, Spanish, and French has been added. Unfortunately, it is not possible for the Script-fu dialog to appear in non-English languages, but at least calendars can be created using them.
  • Separate text and numeric fonts can be specified (per Bob63's suggestion).
  • Choice of showing either 1, 2, or 3 of a day name's initial letters.
  • The layout for the year calendar now more completely fills the selected region.
  • Bug fixes.

Once again, thanks for all the suggestions and for the help in testing. It is very tedious to try all of the possible combinations of options and it is quite possible that I have missed something.

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Last edited by saulgoode on Wed Jan 12, 2011 10:47 am, edited 3 times in total.

Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 9:34 am  (#24) 
Offline
GimpChat Member
User avatar

Joined: Oct 19, 2010
Posts: 376
Location: North Central Ohio, USA
:tyspin Saul! I can't wait to try this out.

_________________
Life Truth: #12
My cat is a worst typist than I am.


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 9:36 am  (#25) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
That's great Saul..... Than you for your excellent scripting as always....

_________________
Image


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 10:14 am  (#26) 
Offline
GimpChat Member
User avatar

Joined: Oct 19, 2010
Posts: 376
Location: North Central Ohio, USA
Saul,

I got the following error:
Error while executing script-fu-sg-calendar-year
Error: Invalid type for argument 1 to gimp-text-get-extents-fontname.

Using default settings.

_________________
Life Truth: #12
My cat is a worst typist than I am.


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 10:22 am  (#27) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
I don't get any error messages. It runs fine for me - both the month and year parts.

I love having the month names added plus the options in the week days.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 10:25 am  (#28) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
Bob63 wrote:
I got the following error:
Error while executing script-fu-sg-calendar-year
Error: Invalid type for argument 1 to gimp-text-get-extents-fontname.

Using default settings.

Did you remove the old sg-calendar-year.scm file from your scripts folder?

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 10:27 am  (#29) 
Offline
GimpChat Member
User avatar

Joined: Oct 19, 2010
Posts: 376
Location: North Central Ohio, USA
saulgoode wrote:
Bob63 wrote:
I got the following error:
Error while executing script-fu-sg-calendar-year
Error: Invalid type for argument 1 to gimp-text-get-extents-fontname.

Using default settings.

Did you remove the old sg-calendar-year.scm file from your scripts folder?

I saved over top of the old one and made it executable; let me try again. :)

Update: I got confused :oops: I had both your sg-calendar.scm and sg-calendar-year.scm scripts and didn't pay attention to what the name was on the downloaded file. When I went to make the file executable, I activated the wrong one. :bowdown <seeking forgiveness>

_________________
Life Truth: #12
My cat is a worst typist than I am.


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 10:43 am  (#30) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
These are great, saulgoode. What a nice upgrade! Thanks!

Basic month and year calendars.

Image

Image

Now it's time to play. :mrgreen:

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 11:11 am  (#31) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
very cool "O"....
Image

_________________
Image


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 11:42 am  (#32) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Very cute Molly. Luv that car.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 12:25 pm  (#33) 
Offline
GimpChat Member

Joined: Aug 27, 2010
Posts: 491
That's Tow-Mater :yes My four year old's favorite movie.


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 12:32 pm  (#34) 
Offline
GimpChat Member
User avatar

Joined: Oct 19, 2010
Posts: 376
Location: North Central Ohio, USA
Something that is pretty cool. I made a wallpaper-sized calendar (1280x1024) and selected a 6-column calendar. The selection area I chose - although the measurements were not perfect - were such that the calendar would fill most of the screen area. I neglected to allow for things on the right and left :gaah When the script ran I found out that it aligns the top row of six months with the top of the selection area and the bottom row of six months the the bottom of the selection area. This gave me a picture frame style of calendar. Here's an example with just a molten-gold pattern on the background, but you can see the large open area in the center that could have most any image stuck in there. I don't know if that was planned but it is a very neat result!


Attachments:
2011 Full-screen calendar.png
2011 Full-screen calendar.png [ 2.15 MiB | Viewed 1733 times ]

_________________
Life Truth: #12
My cat is a worst typist than I am.
Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 12:34 pm  (#35) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I have a nephew down in Shelby NC that has two body shops, the other one in Kings Mountain. I would like to be able to paint that little car, like before and after pics but don't know if it is possible or not. There are so many different colors of rust, I wouldn't know how to go about it.
I have seen some people do beautiful jobs on cars but I don't know about this little Gem. A nice bright red or aqua, or even Royal blue. Do any of you pros out there know if this can be done?

Mike, Yeah I put that movie up a few months ago as a trailer. It is so cute. It is called Cars 2.
http://www.superfundo.cc/cars2/

@Bob, that is a very pretty gold. very nice.

_________________
Image


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 1:28 pm  (#36) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Cool background, Bob. Nice calendar!

Image

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 1:49 pm  (#37) 
Offline
GimpChat Member
User avatar

Joined: Oct 19, 2010
Posts: 376
Location: North Central Ohio, USA
O,
I like yours too. Not to take anything away from your tree, but I love the background behind the tree. Somewhere I have a huge panorama that was taken on a mountaintop in Scotland. I dig nice long-shot scenes like that. :kpix

_________________
Life Truth: #12
My cat is a worst typist than I am.


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 2:08 pm  (#38) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Thanks Bob. I fell in love with the image too. If you click the see full image link you can see it in all its glory here.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 2:28 pm  (#39) 
Offline
GimpChat Member
User avatar

Joined: Oct 19, 2010
Posts: 376
Location: North Central Ohio, USA
Oh yeah!
I couldn't resist downloading a copy and running PC's Graphic Novel FX filter on it. Bee-yoo-tee-ful! :jumpclap

_________________
Life Truth: #12
My cat is a worst typist than I am.


Top
 Post subject: Re: Calendar Year Script-fu (beta)
PostPosted: Wed Jan 12, 2011 3:41 pm  (#40) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
It's "all good". Thanks, Saul Goode!

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
Post new topic Reply to topic  [ 41 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Calendar month and year plugin (script .scm) updated - modified

12

No new posts Marblelous Beta (Siamese Fighting Fish).

0

No new posts Attachment(s) A New Year 2021

9

No new posts Attachment(s) Happy New Year 2022

17

No new posts Attachment(s) Happy New Year 2024

10


cron

* Login  



Powered by phpBB3 © phpBB Group