Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Fedor  
#1 Posted : Monday, October 16, 2006 4:29:29 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
We are completing the work over PhotoEditor 2.0:

Here are some of its screenshots:

UserPostedImage
UserPostedImage
UserPostedImage
UserPostedImage
UserPostedImage
UserPostedImage

It has some minor user interface improvements (simplified red-eye removing and so on), however main changes are behind the scenes. We have totally redesigned PhotoEditor architecture in order to simplify its customization and enchancement. Its appereance can be easily customized using CSS now. You can quickly integrate PhotoEditor into your application as it consists of several controls. You can disable or add new effects easily using configuration file.

For example to add spray border effect you should implement the class inherited from Aurigma.PhotoEditor.SimpleEffect class and write several lines of code only:

Code:
<%@ Control Language="C#" Inherits="Aurigma.PhotoEditor.SprayBorderEffect" %>


Code:
namespace Aurigma.PhotoEditor
{
    public class SprayBorderEffect : SimpleEffect
    {
        public override void ApplyEffect(Aurigma.GraphicsMill.Bitmap bitmap, System.Collections.ArrayList options)
        {
            float borderSize = (float)(Math.Min(bitmap.Width, bitmap.Height) * 0.04);
            bitmap.Transforms.Spray((int)(Math.Floor(borderSize * 4)), borderSize * 4, 
                Aurigma.GraphicsMill.Transforms.FadeType.Linear, 0, Aurigma.GraphicsMill.RgbColor.Gray);            
        }
    }
}


After it you should register new effect in configuration file:

Code:
<effect>
    <controlName>Effects/FilterBorders/SprayBorderEffect.ascx</controlName>
    <Priority>20</Priority>
    <SelectCaption>Filter</SelectCaption>
    <TabCaption>Borders</TabCaption>
    <RenderGroup>FilterBorders</RenderGroup>
</effect>


That's all. The effect will be automatically place on appropriate tab of PhotoEditor and will work as any other effect.

I will post full list of new features and improvements for end users and developers later. :)

Edited by user Monday, December 21, 2009 3:04:43 AM(UTC)  | Reason: Not specified

Fedor attached the following image(s):
1.jpg
2.jpg
3.jpg
4.jpg
5.jpg
6.jpg
Best regards,
Fedor Skvortsov
Fedor  
#2 Posted : Tuesday, October 24, 2006 4:53:24 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
PhotoEditor 2.0 appearance is easily customizable using CSS. For example we can easily change the above design to the following one:

UserPostedImage
UserPostedImage

Edited by user Monday, December 21, 2009 3:05:25 AM(UTC)  | Reason: Not specified

Fedor attached the following image(s):
1a.png
2a.png
Best regards,
Fedor Skvortsov
Fedor  
#3 Posted : Tuesday, October 24, 2006 7:03:41 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Here is another possible design:

UserPostedImage

Edited by user Monday, December 21, 2009 3:05:52 AM(UTC)  | Reason: Not specified

Fedor attached the following image(s):
3a.png
Best regards,
Fedor Skvortsov
Fedor  
#4 Posted : Wednesday, November 1, 2006 4:57:31 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
The are several new controls in PhotoEditor 2.0. For example you can display crop area print quality using QualityMeter control.

UserPostedImage

UserPostedImage

Edited by user Monday, December 21, 2009 3:06:33 AM(UTC)  | Reason: Not specified

Fedor attached the following image(s):
PhotoEditorQualityMeter1.png
PhotoEditorQualityMeter2.png
Best regards,
Fedor Skvortsov
leonlao  
#5 Posted : Saturday, November 25, 2006 2:23:52 PM(UTC)
leonlao

Rank: Member

Groups: Member
Joined: 11/20/2004(UTC)
Posts: 2

Hi Fedor,

I have been using Image Uploader for a long while. I am also interested in buying Photo Editor. I have a question for you before I place my order. Our site is using Tomcat 5.5 as a web server and java/jsp for appls. Does Photo Editor support Tomcat/java/jsp?

Thanks,
Leon
Fedor  
#6 Posted : Tuesday, November 28, 2006 10:38:01 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Hello Leon,

Currently PhotoEditor is ASP.NET based one. We don't plan to release its JSP version in the nearest future.
Best regards,
Fedor Skvortsov
Fedor  
#7 Posted : Tuesday, November 28, 2006 6:59:49 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
PhotoEditor 2.0 is 100% feature completed and tested. We plan to release it finally within this year.

Here is overview of some new features.

We have added image navigation control as well as some new color effects:
UserPostedImage

Now as extension example we have implemented calendar borders:
UserPostedImage

UserPostedImage

It is easy to add artistic borders. For example with the following declaration in configuration file:

Code:
  <effect>
    <controlName>Effects/ImageBorders/WinterBorderEffect.ascx</controlName>
    <Priority>20</Priority>
    <params>
      <param name="AlbumOrientationImage" value="App_Data/ImageBorders/winter.png"></param>
      <param name="PortraitOrientationImage" value="App_Data/ImageBorders/winter_rotated.png"></param>
      <param name="ButtonImageFileName" value="Images/Effects/ImageBorders/WinterBorderEffect.png" />
    </params>
    <SelectCaption>ImageBorders</SelectCaption>
    <TabCaption>Borders</TabCaption>
    <RenderGroup>ImageBorders</RenderGroup>
  </effect>


You can get this effect:
UserPostedImage

As more complex extension we have implemented time stamp effect. It automatically extracts data from EXIF fields and puts on image:
UserPostedImage

Edited by user Monday, December 21, 2009 3:08:48 AM(UTC)  | Reason: Not specified

Fedor attached the following image(s):
PhotoEditor_a.jpg
PhotoEditor_b.jpg
PhotoEditor_c.jpg
PhotoEditor_d.jpg
PhotoEditor_e.jpg
Best regards,
Fedor Skvortsov
Fedor  
#8 Posted : Monday, February 26, 2007 8:28:59 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Here is the final base PhotoEditor design:

UserPostedImage

Sure the design can be easily changed using CSS. The final release will be within next 2 weeks.

Edited by user Monday, December 21, 2009 3:09:45 AM(UTC)  | Reason: Not specified

Fedor attached the following image(s):
PhotoEditorFinal.jpg
Best regards,
Fedor Skvortsov
Joe  
#9 Posted : Monday, March 12, 2007 6:08:50 AM(UTC)
Joe

Rank: Member

Groups: Member
Joined: 3/12/2007(UTC)
Posts: 1

When will version 2 be released?
Fedor  
#10 Posted : Friday, March 16, 2007 12:48:34 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
The release will be within March.
Best regards,
Fedor Skvortsov
natebell  
#11 Posted : Wednesday, March 28, 2007 12:22:35 AM(UTC)
natebell

Rank: Member

Groups: Member
Joined: 3/28/2007(UTC)
Posts: 56

I want to put in some custom buttons will I be able to do that?
Dmitry  
#12 Posted : Thursday, March 29, 2007 5:27:14 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

Sure, Photo Editor 2.0 will support custom buttons.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
natebell  
#13 Posted : Monday, April 2, 2007 12:29:23 AM(UTC)
natebell

Rank: Member

Groups: Member
Joined: 3/28/2007(UTC)
Posts: 56

when will 2.0 be released? and documentation?
Fedor  
#14 Posted : Tuesday, April 17, 2007 12:46:48 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
PhotoEditor 2.0 will be available finally on next week. Actually it is already complete, and if you need it, just let us know at sales@aurigma.com.

Edited by user Thursday, May 22, 2008 7:04:07 PM(UTC)  | Reason: Not specified

Best regards,
Fedor Skvortsov
ktratt  
#15 Posted : Tuesday, May 15, 2007 4:47:14 AM(UTC)
ktratt

Rank: Member

Groups: Member
Joined: 2/5/2007(UTC)
Posts: 11

i need the 2.0 version badly, i can not get the 1.1 version to work and i have been waiting months for this release. You said 2 weeks ago that it was done and would be rolled out in a week. I contacted support and they have no knowledge of it. What is the correct information?
Dmitry  
#16 Posted : Tuesday, May 15, 2007 8:10:03 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.