Print selected/currently viewed photo
Ability to change printer options (layout, number of prints per page, dpi, ink source).
Maybe a "Print all viewable pictures in this folder" option, maybe with the option to exclude a few images (via a thumbnail with checkbox like dialog).
I haven't tried to print something directly from an XFCE application in a long time, so I'm not sure of the state of XFCE printer dialog (does it give some of the above options, etc).
I need that feature, and friends of mine need it too. And I don't want to have to launch massive crapware each time I just want to print a photo. I want a lightweight app for simple uses, with all commoditised features... like printing. Heavyweight tools are for heavyweight works, which are rare. Digikam, anyone? :-)
Sooo... Seeing things did not move and not finding anything in git, I decided to implement it, kind of "quick and dirty", but trying to keep some coherence with the existing code.
My patch "just works here". I did not try to implement complex things, there is no such thing as a multiphoto mosaic page generator or directory print. I just rotate the photos if necessary to use a maximum space on the sheet, because photos are often landscape, and printers more naturally do portrait. And no, I don't 'propose' it, I just do it. I did not try to support exotic cases either : panorama photos will overflow and miss some part, for example.
As far I currently know, my patch should work just "as is" with Gtk+-3.x too (for printing APIs I used look unmodified).
Stephan, pushing this patch or your own would be appreciated! :-)
Created attachment 4589 [details]
Beta minimal printing support
Well, a long dead feature request...
I need that feature, and friends of mine need it too. And I don't want to
have to launch massive crapware each time I just want to print a photo. I
want a lightweight app for simple uses, with all commoditised features...
like printing. Heavyweight tools are for heavyweight works, which are rare.
Digikam, anyone? :-)
Sooo... Seeing things did not move and not finding anything in git, I
decided to implement it, kind of "quick and dirty", but trying to keep some
coherence with the existing code.
My patch "just works here". I did not try to implement complex things, there
is no such thing as a multiphoto mosaic page generator or directory print. I
just rotate the photos if necessary to use a maximum space on the sheet,
because photos are often landscape, and printers more naturally do portrait.
And no, I don't 'propose' it, I just do it. I did not try to support exotic
cases either : panorama photos will overflow and miss some part, for
example.
As far I currently know, my patch should work just "as is" with Gtk+-3.x too
(for printing APIs I used look unmodified).
Stephan, pushing this patch or your own would be appreciated! :-)
And I may rework this one, if needed, just ask...
AS
Hi, I've tried your patch with version 0.8.2. It patched Ok but nothing happened. No print function was added at all, nowhere.
I hope someone can shed some light over this matter.
I came here to submit this feature request. It's interesting it's 12 years old and issue ID number 1. I hope the devs will consider adding this feature ! Thanks