[16 Mar 2011] Snapshoter

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
xabierpayet
Posts: 270
Joined: Fri Feb 24, 2012 9:34 am

[16 Mar 2011] Snapshoter

Post by xabierpayet »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Wed, 16 Mar 2011 10:48:38 -0000

New program done in hollywood: The ultimate clipboard manager.

• Store up to 100 clipboards.
• Add watermarks to your pictures.
• Post-it function.
• Compatible with DropBox.
• Auto store text in clipboard.
• Capture pictures, or full desktop.
• Capture images with timer.
• Image compose mode.
• Scale, rotate, put border, change contrast, add transparency, use text or arrows in the collage mode.
• 10 layers to play with your images in real time.
• Save the collage as JPG image.
• Languages English, Català and spanish.
• And a lot more.

download in www.xabier.com

rename the executable to snapshoter.exe
User avatar
Juan Carlos
Posts: 932
Joined: Mon Sep 06, 2010 1:02 pm

[17 Mar 2011] Re: Snapshoter

Post by Juan Carlos »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 17 Mar 2011 20:08:59 +0000 (GMT)

Congratulation Xabier for this new program for Amiga and the other systems.
xabierpayet
Posts: 270
Joined: Fri Feb 24, 2012 9:34 am

[18 Mar 2011] Re: Snapshoter

Post by xabierpayet »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 18 Mar 2011 04:18:08 +0000 (GMT)

thanks herran
cecilia

[18 Mar 2011] Re: Snapshoter

Post by cecilia »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 18 Mar 2011 13:27:14 -0000

I haven't tried this yet but I did download two versions to experiment with. I downloaded the Amiga3 version to use in AmigaForever and when I looked inside the snapshoteraos3.lha file I saw it was called "snapshoter.exe". Is that correct?

I thought "exe" files only work in windows.
Severin
Posts: 18
Joined: Wed Oct 25, 2017 8:17 pm

[20 Mar 2011] Re: Snapshoter

Post by Severin »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 20 Mar 2011 12:45:22 +0000

Hello cecilia
I haven't tried this yet but I did download two versions to experiment with. I downloaded the Amiga3 version to use in AmigaForever and when I looked inside the snapshoteraos3.lha file I saw it was called "snapshoter.exe". Is that correct?

I thought "exe" files only work in windows.
That's correct, the program restarts itself and it's a lot esier to use the same name across all platforms, which all ignore the .exe. amiga OS's look at the first 4 bytes of the file and if they find either 0x000003F3 or 0x7F454C46 they know it's either a 68k or PPC executable. The name means nothing.

Although if the auther used:

Code: Select all

#PRGTYPE_PROGRAM, Progname$ = GetProgramInfo()
he could then use Progname$ to restart the program and it wouldn't matter what the user called his program
cecilia

[20 Mar 2011] Re: Snapshoter

Post by cecilia »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 20 Mar 2011 13:55:09 -0000

Thank you so much for the explanation. I feel more confident using this now in my AmigaForever system.
Locked