Page 1 of 1
[16 Mar 2011] Snapshoter
Posted: Sat Jun 13, 2020 5:32 pm
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
[17 Mar 2011] Re: Snapshoter
Posted: Sat Jun 13, 2020 5:32 pm
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.
[18 Mar 2011] Re: Snapshoter
Posted: Sat Jun 13, 2020 5:32 pm
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
[18 Mar 2011] Re: Snapshoter
Posted: Sat Jun 13, 2020 5:32 pm
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.
[20 Mar 2011] Re: Snapshoter
Posted: Sat Jun 13, 2020 5:32 pm
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
[20 Mar 2011] Re: Snapshoter
Posted: Sat Jun 13, 2020 5:32 pm
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.