Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsGalleryGalleryWatermark: Viewer vs. Slide ShowWatermark: Viewer vs. Slide Show
Previous
 
Next
New Post
8/3/2005 11:39 PM
 

I insatlled Gallery 3.0.10 on DNN3.1 and added 5 images and one watermark image to test watermark functionality as explained in the post and in configuration I checked use watermark.

http://www.dotnetnuke.com/Community/ForumsProjects/tabid/795/forumid/9/threadid/3494/scope/posts/Default.aspx

What I found when I browse the photo gallery using Gallery Viewer, watermark appear in the images but when I run the Slide Show by clicking the icon View slideshow... watermark did not appear in the images played by SlideShow.

Is this a bug or I missed any setting?

Is fix available?

Also can forum user enter issues into Gemini or it should go through this forum.

Many thanks,

S.Gill

 

 
New Post
8/4/2005 7:10 AM
 

There is no fix for this.  I have to investigate, but I assume it is because the thumbs are regenerated w/ the watermark and the original images are not.

No, public cannot enter issues into Gemini, please use the appropriate forum and I will transfer them there.  Thanks.

 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
New Post
8/12/2005 2:24 PM
 

Problem is generating the images on the fly (with watermark) in memory when using Viewer (checkout the code  in Image.aspx.vb )

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

...

...
                If mGalleryConfig.UseWatermark AndAlso (Not mGalleryImage.Parent.WatermarkImage Is Nothing) Then
                    Dim imgWatermark As Image = Image.FromFile(mGalleryImage.Parent.WatermarkImage.Path)
                    mImage = GalleryGraphics.DrawWatermark(newImage, imgWatermark)
                    imgWatermark.Dispose()
                    newImage.Dispose()
                Else
                    mImage = newImage
                End If

...

...

While when running SlideShow (see the code ControlSlideshow.ascx.vb under Controls folder)  it directly displays images and don't care about whether watermark is enabled or disabled.

So there is inconsistency as far as watermark feature is concerned Viewer vs. SlideShow

Many thanks
S Gill

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsGalleryGalleryWatermark: Viewer vs. Slide ShowWatermark: Viewer vs. Slide Show


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out