Software needed: add calendar to images

nettips

New Member
Hi there,
I need some software (freeware):
I have a lot of digital photos and now I would like to add a calendar to the images, so my family can use the images as wallpapers in Windows Desktop.

I have: images
I need: software that combines my images with a monthly calendar to create a imagefile, including the calendar.

Y' know what I mean? :eek:
 
Uh ... i think you can do this with even something mundane like MS Word ... i think they have a calendar template.... set the background pics and ur set :)
 
I used to do this all the time... I'd just format the output of "cal" in a word processor with the pic at the top to make a nice calendar.

There must be a million other apps that can output a calendar for you... even a 2 line Python program :)
 
Feel the power of the Python:
Code:
#!/usr/bin/python
import calendar

print calendar.calendar( 2004 )
 
hmmm...

Hi there,
Thanx for answering, but I am not sure if you know what I mean...

You see, I have some photos in jpg-format. I want to make a wallpaper in 1024x768 including a calendar for september in the upper right corner.
Then my family have a personal wallpaper including a practical calendar.

There must be some smart software which combines photo and a calendar, or...
 
Almost great...

My problem is that I search for a programme that saves my wallpaper in jpg. Unfortunately Easy Calendar Maker is only for printing calendars - not for wallpapermaking... :eek:
 
Sorry but...

Thanks but I have already tried that one. It is a kind of time manager/Outlook calendar where you add your calendar data. In other words: it is a kind of interactive calendar.

I am looking for a piece of software that combine a picture and a calendar into a jpg that can be used as a wallpaper.
 
Whenever I try to download Easy Calendar Maker I get this :

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/autolog.php:37) in /var/www/html/download_software.php on line 3
 
Back
Top