summaryrefslogtreecommitdiffstats
path: root/src/libdepixelize/priv/pixelgraph.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-555/+0
|
* Updating libdepixelize.Vinícius dos Santos Oliveira2014-03-251-14/+66
| | | | | | | | | | | | | | | | | | | This update is not focused on new features, but on stability. Bugs affecting weird image sizes (single line or single row images) were fixed. A bug on algorithm that could cause wrong result of heuristics on very rare images was also fixed. The correct behaviour required storing all votes before really doing any removal and this extra work made this step of the algorithm 328% slower on one sample image. If the old *_safe function was used, the slowdown could be decreased to 7.7% on the same sample image, but current focus on Inkscape timeline is stabilization, then I'll delay performance optimization to later. Also, the affected step is only responsible for 18% (on the maximum case) of the performance. The performance tests were done using new profiling code that is disabled by default and shouldn't impact stability. (bzr r13209)
* Bumping new version of libdepixelizeVinícius dos Santos Oliveira2013-09-231-8/+21
| | | (bzr r12579)
* Bumping new version of libdepixelizeVinícius dos Santos Oliveira2013-09-131-6/+5
| | | (bzr r12506.1.3)
* Integrating with libdepixelizeVinícius dos Santos Oliveira2013-09-121-0/+491
(bzr r12506.1.1)