Bug 289189

Summary: bumpmap filter is broken
Product: [Applications] krita Reporter: Halla Rempt <halla>
Component: FiltersAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: roaldosinga
Priority: NOR    
Version: git master (please specify the git hash!)   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: example of image to create a bump map for
result of the process

Description Halla Rempt 2011-12-17 12:03:55 UTC
The bumpmap filter is broken. It basically doesn't do anything atm.
Comment 1 Halla Rempt 2012-02-29 18:02:15 UTC
Git commit 1eca36a8747499d1a42a2a8da91ba84acc88cee2 by Boudewijn Rempt.
Committed on 29/02/2012 at 15:33.
Pushed by rempt into branch 'master'.

2.4 RELEASE: disable bumpmap, emboss

Re-enable and fix after the release

REVERT after 2.4

M  +2    -2    krita/plugins/filters/CMakeLists.txt

http://commits.kde.org/calligra/1eca36a8747499d1a42a2a8da91ba84acc88cee2
Comment 2 Roald Osinga 2012-03-03 22:48:07 UTC
Created attachment 69263 [details]
example of image to create a bump map for

I also experienced problems with the bump maps. It looks like creating a bump map of the attached file fails somewhere during the process. In another attachment I'll post the result
Comment 3 Roald Osinga 2012-03-03 22:49:59 UTC
Created attachment 69264 [details]
result of the process

So this is is the result. I'll prepare the .kra - file by stripping everything. Let me know if you need it.
Comment 4 Roald Osinga 2012-03-03 22:54:14 UTC
It looks like the size of the picture gives problems, though my computer only uses 0,8GB of ram and no swap atm. Hopefully this gives you something to look for.
Comment 5 Halla Rempt 2012-04-23 13:47:46 UTC
We removed the bumpmap filter -- the phong bumpmap filter does the work instead.