[Libreoffice-bugs] [Bug 132010] ENHANCEMENT: A selection tool for images in draw for easy cropping of raster images

2020-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132010

--- Comment #10 from Tomaz Vajngerl  ---
We want to unify common (draw/impress/calc) svx graphic and writer-specific
graphic, that has contour-polygon support. So yeah, adding contour-polygon
support for common graphic would make most sense.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132010] ENHANCEMENT: A selection tool for images in draw for easy cropping of raster images

2020-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132010

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org
   Keywords|needsUXEval |

--- Comment #9 from Heiko Tietze  ---
(In reply to Regina Henschel from comment #7)
> When intersect a shape with an image, the current default is "stretch". I
> think, that a different default, which keeps the image size, would be better.

Not possible to set in the UI, right? So we have to change the code.

> CSS uses a clip-path, including curves, but that is not yet specified in
> ODF. It is worth implementing this CSS feature and bringing it to ODF,
> because it is needed for SVG anyway and would be better than extending B) to
> Draw /Impress.

Sounds like a plan :-).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132010] ENHANCEMENT: A selection tool for images in draw for easy cropping of raster images

2020-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132010

--- Comment #8 from Regina Henschel  ---
Wrong term in B) Not "clip-polygon" but "contour-polygon"

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132010] ENHANCEMENT: A selection tool for images in draw for easy cropping of raster images

2020-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132010

--- Comment #7 from Regina Henschel  ---
Let's have a technical view on the problem:
"crop" from a user point of view, can have three technical realizations:
A) The main element is a shape. The image is set as fill-image. There exist
several attributes to determine zoom and section of the image.
B) The main element is an image. It has an associated crop-polygon.
C) The main element is an image. It has a clip-rectangle.

B) and C) can be combined.

A) That is already possible in all modules. It corresponds roughly to the tool
"crop to shape" in MS Office. The UI in LibreOffice is the area-dialog, its
Bitmap part is terrible.
When intersect a shape with an image, the current default is "stretch". I
think, that a different default, which keeps the image size, would be better.

B) That is currently only available in Writer. It needs a lot of points to get
a rounded outline, but a rectangular outline is easy. The object has still its
original size, only that parts are hidden. That conflicts with the restricted
canvas in Writer when moving the object.

C) That is the way "crop" is done in LibreOffice in all modules. The
clip-region is always rectangular. Using the handles or entering numeric
values, both require many steps. Determine the area by dragging a rectangle
would indeed be a useful tool.
CSS uses a clip-path, including curves, but that is not yet specified in ODF.
It is worth implementing this CSS feature and bringing it to ODF, because it is
needed for SVG anyway and would be better than extending B) to Draw /Impress.

So I would go with the mentioned improvements for A and C.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132010] ENHANCEMENT: A selection tool for images in draw for easy cropping of raster images

2020-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132010

--- Comment #6 from Heiko Tietze  ---
(In reply to Regina Henschel from comment #5)
> That does not work. It sets the image as background and scales it down
> without keeping ratio, so that is fills the rectangle.

True, worked in the first test scenario that might have been wrong. But anyway,
such an option "crop" doing the inverse of subtract would be handy and very
flexible (eg circular or polygon crop). Could also imagine a z-order sensitive
subtraction. What do you think?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132010] ENHANCEMENT: A selection tool for images in draw for easy cropping of raster images

2020-06-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132010

Regina Henschel  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 Ever confirmed|0   |1
 Resolution|WORKSFORME  |---

--- Comment #5 from Regina Henschel  ---
(In reply to Heiko Tietze from comment #4)
> Add a shape on top of your image, select both and use Shape > Intersect to
> create a "special" crop. There are plenty of tutorials for these merge
> functions.

That does not work. It sets the image as background and scales it down without
keeping ratio, so that is fills the rectangle.

I think it is a valid request and can be solved by my proposals in comment#3.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132010] ENHANCEMENT: A selection tool for images in draw for easy cropping of raster images

2020-06-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132010

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from Heiko Tietze  ---
Add a shape on top of your image, select both and use Shape > Intersect to
create a "special" crop. There are plenty of tutorials for these merge
functions.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132010] ENHANCEMENT: A selection tool for images in draw for easy cropping of raster images

2020-06-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132010

Buovjaga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132010] ENHANCEMENT: A selection tool for images in draw for easy cropping of raster images

2020-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132010

--- Comment #3 from Regina Henschel  ---
(In reply to Telesto from comment #1)
> @Regina
> Any opinion on this? You do know a lot more about Draw. Or should i go to
> the UX department

I think, that is beyond an office-suite. It would require code parts for image
processing. Cropping only needs to hide some parts from the view.

But I can image to extend the cropping tool to something like "Crop to the
dragged rectangle".

Or implement contour-polygons in Draw/Impress too.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132010] ENHANCEMENT: A selection tool for images in draw for easy cropping of raster images

2020-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132010

ian  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
   Severity|normal  |enhancement

--- Comment #2 from ian  ---
Thanks for reporting this, Telesto.

I have changed the severity of the bug report to "enhancement" to reflect the
nature of the report.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132010] ENHANCEMENT: A selection tool for images in draw for easy cropping of raster images

2020-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132010

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132010] ENHANCEMENT: A selection tool for images in draw for easy cropping of raster images

2020-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132010

Telesto  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #1 from Telesto  ---
@Regina
Any opinion on this? You do know a lot more about Draw. Or should i go to the
UX department

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs