Welcome, Guest. Please login or register.

Author Topic: ReViewer 2.0.1  (Read 1845 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ReViewerTopic starter

  • Newbie
  • *
  • Join Date: Feb 2003
  • Posts: 1
    • Show only replies by ReViewer
    • http://www.digicamsoft.com
ReViewer 2.0.1
« 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!.

 

Offline Targhan

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 818
    • Show only replies by Targhan
    • http://www.geocities.com/targhan_aga
Re: ReViewer 2.0.1
« Reply #1 on: November 20, 2003, 01:41:04 AM »
This thing looks snazzy!  Really feature rich.  Wow! Mind if I cross-post this? ;-)
Regards,
Targhan
 

Offline Waccoon

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 1057
    • Show only replies by Waccoon
Re: ReViewer 2.0.1
« Reply #2 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.
 

Offline DaNi

  • Sr. Member
  • ****
  • Join Date: Oct 2003
  • Posts: 281
    • Show only replies by DaNi
    • http://morphos.blog.com.es/
Re: ReViewer 2.0.1
« Reply #3 on: November 20, 2003, 09:55:55 AM »
Where is the amiga version for download? only view linux/windows version :(
EFIKA 5K2 PowerPC G2 400Mhz, MorphOS 2.7, 128MB 266MHz DDR RAM, FSB 133MHz, 500GB HDD, Radeon 9200 PRO 128MB, USB HUB x8.
 

Offline JoannaK

  • Hero Member
  • *****
  • Join Date: Dec 2002
  • Posts: 757
    • Show only replies by JoannaK
Re: ReViewer 2.0.1
« Reply #4 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.
 

Offline ReViewerTopic starter

  • Newbie
  • *
  • Join Date: Feb 2003
  • Posts: 1
    • Show only replies by ReViewer
    • http://www.digicamsoft.com
Re: ReViewer 2.0.1
« Reply #5 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


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.