Bug 386245 - Background Image not working for embedded images
Summary: Background Image not working for embedded images
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 3.7.1   Edit
Hardware: PC Mac OS X
: P3 normal with 6 votes (vote)
Target Milestone: ---   Edit
Assignee: Birt-ReportDesigner CLA
QA Contact: Xiaoying Gu CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-30 10:43 EDT by James Pasley CLA
Modified: 2016-11-14 04:12 EST (History)
4 users (show)

See Also:


Attachments
Proposed Patch (5.31 KB, patch)
2012-08-03 07:03 EDT, Ronan Crowley CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Pasley CLA 2012-07-30 10:43:37 EDT
The advanced properties panel for the master page in the Report Designer contains a property called "Background image type". This property provides the option of Uri or Embedded image.

The embedded image option is not working. It's not possible to use an embedded image as a background image.

See this exchange on the forum for more details:
http://www.birt-exchange.org/org/forum/index.php/topic/27458-embedded-image-as-background-image/
Comment 1 Ronan Crowley CLA 2012-07-31 11:20:02 EDT
I've also recently hit this issue and would really like to see it resolved!
Comment 2 Ronan Crowley CLA 2012-08-03 07:03:50 EDT
Created attachment 219519 [details]
Proposed Patch

I've got something working.

Attached Patch.

Looking at the code I could not see anything that exposed the 'Image Type' setting, so code tests for their presence first

As my use case was primarily Embedded images, in the code attached, I've favoured Embedded images over URL Images, bu testing for them first.
Comment 3 Stephan Wienczny CLA 2015-11-20 06:07:55 EST
Is there any progress on this issue?
Comment 4 Ronan Crowley CLA 2015-11-20 10:21:51 EST
I've been using a patched version of BIRT with the attached change for 3+ years in production systems.