Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Fernand,

Thanks. LibreOffice applies a limit (paragraph or frame width) to the
loaded image (this doesn't modify the quality of the picture), and it
has a PDF option to resize all pictures (eg. 96 DPI for web/monitors,
300 DPI for printing). Could you specify your request? If I right
understand, it would be fine to add a new general "treat as ... ppi"
option for the loaded pictures, because this could simplify the image
resizing (eg. an UI equivalent of the following shell script: mkdir
output; for i in *.jpg; do convert -units PixelsPerInch -density 300
$i output/$i; done)? For pictures with high resolution (digital
photos) this would be not enough, regarding the first limitation (but
if you click on the Original size button, LibreOffice will set the
resolution/size specified in the image file). You are right, we need a
more comfortable picture handling in Writer, eg. it would be fine to
use the new visual cropping (Scissors icon) of Draw in Writer, too.

Best regards,
László

2011/10/28 Fernand Vanrie <sos@pmgroup.be>:
László and all developers involved,
Fine, it is a first step in better handling of images. But as I mentioded
before, having the PPI out of the image file is a wrong concept. The
needed/wanted PPI must been stored in the document. The image sizes must
been calculated according to the pixels in the image and the PPI stored (as
a printer intention) in the Document.

Greetz

Fernand

Hi,

This patch adds PPI resolution to the default image size data in the
Picture dialog (only for bitmap images), see the attached screenshot.

Explanation: LibreOffice supports explicite resolutions of JPEG/PNG
picture formats to set default image size, but this important data is
missing from the UI, so we cannot verify the picture quality.

Best regards,
László

PS. There are some old bugs in the default image handling in
LibreOffice, see the attached test file, but the most important
picture format (JPEG with equal explicite x-y resolutions) works well
(except the rounding error in the percent data, see 101% on the
screenshot). This patch helps to handle these problems, too.


_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice



_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice



Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.