Amiga.org

Amiga News and Community Announcements => Amiga News and Community Announcements => Amiga Software News => Topic started by: ReViewer on November 19, 2003, 11:59:12 PM

Title: ReViewer 2.0.1
Post by: ReViewer on November 19, 2003, 11:59:12 PM
ReViewer is a photos manager 100% REBOL made.

ReViewer 2.x focus on albums creation. It is thus able to create Auto-Play REBOL slideshows and is also able to produce PDF outputs including algorithm to optimize paper when printing. Thumbnailing is still a little bit slow but major performance improvement will be made at next release (for digital camera pictures).

All feedbacks appreciated! (http://www.digitalbums.net).

Title: Re: ReViewer 2.0.1
Post by: Targhan on November 20, 2003, 01:41:04 AM
This thing looks snazzy!  Really feature rich.  Wow! Mind if I cross-post this? ;-)
Title: Re: ReViewer 2.0.1
Post by: Waccoon on November 20, 2003, 02:48:03 AM
Good:  It's free, and offers the ability to change the format of the pic.  I assume that means resizing and such.  Thumbnails look pretty respectable, if it's relatively fast.

Bad:  Specifies picture dimentions in pixels rather than megapixels.  A lot of wasted screen real estate.  I don't like the fact that none of the sliders are labeled.  Was any of this designed on paper before programming began?  The interface needs lots of work.
Title: Re: ReViewer 2.0.1
Post by: DaNi on November 20, 2003, 09:55:55 AM
Where is the amiga version for download? only view linux/windows version :(
Title: Re: ReViewer 2.0.1
Post by: JoannaK on November 20, 2003, 10:07:58 AM
You just take the source and run it with Rebol.  Shold work just like that. Amiga version of Rebol don't yet have -executable compiler so there is no amiga-specific runable code.  Unfortunately I have this feeling that on Amiga it'll be a bit slow, but...

Note: that source is actualy bit obfuscated.. In a way pitty cause it would have been nice introduction to those who like to see more of Rebol.
Title: Re: ReViewer 2.0.1
Post by: ReViewer on November 20, 2003, 12:26:15 PM
Yes, for Amiga users, you must instal REBOL/View first.

You can get it from:
REBOL Technologies (http://www.rebol.com)


then, from REBOL/View console, type:

do http://www.digicamsoft.com/ReViewer.r

(and answer Yes to security check)

For people interested by code, edit ReViewer.r and replace "do decompress" with "write %code.r decompress".
Code is now saved in code.r file on your HDD.