summaryrefslogtreecommitdiff
path: root/svx/workben
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-01-15 14:01:24 +0100
committerKurt Zenker <kz@openoffice.org>2010-01-15 14:01:24 +0100
commit22ec2119529e5315e70024cebea5d6433ec8946e (patch)
treef5d912035c97705ff0453efd502a8d311abf1a28 /svx/workben
parent7847494ac48724a86cfa01c843bf66cc16a8b764 (diff)
parentc94d1b1fc8cea1ab9c8bc668fb194ea9d6a48d89 (diff)
CWS-TOOLING: integrate CWS dba33b
Notes
Notes: split repo tag: extensions_ooo/DEV300_m70
Diffstat (limited to 'svx/workben')
0 files changed, 0 insertions, 0 deletions
se needs to access it. The only thing that uses the headers is vc/workben/fftester.cxx I will work out how to get Doxygen to pick up these headers another way. This reverts commit 5d7772fc0464c867c5ad2f1e10ccabd7331f7efa. Change-Id: I45ee970722e27748ab8af8909ac49579dc47ef56 Reviewed-on: https://gerrit.libreoffice.org/21250 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com> 2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock Change-Id: I0b2b12d3f5cc6e35b2d87adb39ad44ba287c9a01 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann Change-Id: I7ac150458a72963f3336d30ef9d99d7c0d81c024 2014-04-02Kill superfluous vertical whitespaceTor Lillqvist Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9 2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin Change-Id: I6c2c6f597ca62c004ad7dc606cef3a3b10e810b6 2013-07-28fdo#66006 Convert to PNG for JPEG that can't be losslessly rotatedTomaž Vajngerl If a JPEG image has a width or height which is not a multiple of 16 (width/heigh % 16 != 0) then it can't be completelly lossleessly rotated (the last uncomplete MCUs can't be rotated) and the image is cropped on the lower size. To prevent this such JPEG images must be rotated to PNG to prevent loss. Afterwards image can still be compressed with "Compress Graphic Dialog". Change-Id: Ie2803512a93bba55573bf66c547f132f37cba711 2013-06-03fdo#34423 Allow to rotate raw uncompressed bitmaps.Tomaž Vajngerl When using a graphic filter like blur or sharpen, a raw uncompressed bitmap is created. Until now it was not possible to rotate such bitmap but now this is allowed. Change-Id: I716fa46e37680b1111131586fad20da28391de14 2013-04-21Fix enum Tag and Orientation usage.Tomaž Vajngerl Change-Id: I50014b227b07a4b7bff7b2569ec55409f371b38e 2013-04-21At native rotation of JPEG image detect and reset image orientation.Tomaž Vajngerl Change-Id: I81bc0f4a7cb192f8f9806a9b5bb0d2a6ab1b00df 2013-04-21Remove rotation for SVG for now.Tomaž Vajngerl Change-Id: I6f9b9cc510778ea561ebbb9ac215db615ea34a8e 2013-04-21canBeRotated added to ask if native rotation can be performed.Tomaž Vajngerl The canBeRotated method was added to determine if a native rotation can be performed for a graphics or not. Change-Id: I026cf6fe4baa4d964d0a2c2b6e36c3b15aa91549 2013-04-21Use GraphicFilter directly in GraphicNativeTransform.Tomaž Vajngerl Change-Id: Ib7c028ae32783f112507fb848398b389ed7a484f 2013-04-21Add rotation for PNG and GIF to GraphicNativeRotation.Tomaž Vajngerl Rotation for PNG and GIF format perform by exporting and importing of the Graphic. This is a "fallback" way to perform graphic rotation and the easiest to do for lossless raster formats. Change-Id: I31efad9106b5cfbd1d7c6c5063726c455d05f934 2013-04-21Exif reading/writing and Jpeg lossless transformations support.Tomaž Vajngerl Support for reading/writing of Exif image metadata. Currently only orientation is implemented, but support for other tags can be added. Jpeg lossless transformations - currently only lossless rotation is supported, but others can be added when needed. Additionally GraphicNativeTransform and GraphicNativeMetadata has been added. The responsibillity of GraphicNativeTransform is to provide graphic transformations (like rotation) on native data and the purpose is to be as lossless as possible in transformations. GraphicNativeMetadata is a class for reading metadata which is contained in a native data graphic stream. For now both support only Jpeg. Change-Id: I3e67cd3e7f5386746bcd1f0bfd2b90f5fe834b92