Bug 149936 - Allow to combine pictures in a new picture
Summary: Allow to combine pictures in a new picture
Status: REPORTED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-PhotoLayoutEditor (show other bugs)
Version: unspecified
Platform: Mageia RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
: 148796 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-09-17 12:45 UTC by José JORGE
Modified: 2020-06-02 12:37 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description José JORGE 2007-09-17 12:45:27 UTC
Version:            (using KDE KDE 3.5.7)
Installed from:    Debian testing/unstable Packages
OS:                Linux

This URL will explain the thing :

http://farm2.static.flickr.com/1371/578739179_6d35fd3ff2.jpg
Comment 1 Arnd Baecker 2007-09-18 08:19:28 UTC
While the picture (which looks nice and interesting)
gives an idea of what you have in mind,
it does not really explain the thing... ;-)
Before something like this is realized, a bit of 
brain-storming is needed to get it right.

Some thoughts:
- this sounds like a kipi-plugin to me
- images should be selectable in digikam's thumbnail view
  and then be added to the combine tool
- the combine tool should have a thumbnail-list
  (e.g. light the Light Table has)
- from there images are added to the templates
  by drag-and-drop (or some keyboard shortcuts)
- a wide choice of different templates should be available
- creation of new templates should be easily possible.
  I.e. a kind of (separate?) template editor will be needed.
- Users should be able to contribute templates to digikam.
- Initially templates should only support rectangles
  (later, circles, ellipses or even more complicated shapes might
  be useful)
- the (rectangular) region for one image should allow for decoration
  (border, drop shadow, smooth blend with the background, ...)
- a background image should be possible
- adding Text should be possible
- It should be possible to save such a project (without and maybe with
  images) for later modification
- When an image (of a certain size and aspect ratio) is
  placed onto a template region, it (usually) has to be resized and
  cropped. 
  Thus for each image a different scaling would be needed
  and a separate positioning
  (E.g. scaling could be done by CTRL+mousewheel and shifting
   via the middle mouse)
- To make such operations fast, they could all be done
  on the thumbnails and only later the full version would be generated.
- When scaling images, applying an unsharp mask 
  should be possible afterwards.

Hmm, I better stop here, that's a lot already ....
Are there already any other programms around which do something like this?

Arnd



Comment 2 Mikolaj Machowski 2007-09-18 09:48:01 UTC
This basically looks like enhanced CD cover creator and this wish is 
covered in Bug 146869. IMO more important that good looks is printing of 
some data like filename, size, etc. One comment: NO CROPPING.

----------------------------------------------------
Sztuka zakazanego autora! 
Operetka Witolda Gombrowicza! 
Zobacz ju
Comment 3 Arnd Baecker 2007-09-18 10:01:49 UTC
Yes indeed, a CD template would presumably allow to cater for 
your CD cover wish! One could think of additional lines of texts below 
the image (with adjustable font, size, and layout)
with text coming from any of the relevant fields (or arbitrary text).

However, what do you mean by "NO CROPPING"?
If you have a 3:2 image and want to put that into a 1:1 rectangle,
I don't see how you want to do that without cropping
(leaving squeezing or that smart-resizing aside)?
I.e., if you want to create a collage out of several images
to produce a postcard, it makes perfect sense to only use part
of an image.
Comment 4 caulier.gilles 2007-09-19 08:10:59 UTC
Arnd, 

This sound like a wish for a new kipi-plugin... Isn't it ?

Gilles
Comment 5 Arnd Baecker 2007-09-19 08:15:50 UTC
Yes, Gilles, changed accordingly.

BTW, transparency (and alpha masks) would be nice as well ...
Comment 6 Arnd Baecker 2007-10-19 10:23:36 UTC
*** Bug 148796 has been marked as a duplicate of this bug. ***
Comment 7 caulier.gilles 2011-12-22 22:39:20 UTC
José,

This file still valid with new PhotoLayoutEditor tool introduced with kipi-plugins 2.3.0 ?

Gilles Caulier
Comment 8 José JORGE 2012-01-08 14:12:02 UTC
(In reply to comment #7)
> José,
> 
> This file still valid with new PhotoLayoutEditor tool introduced with
> kipi-plugins 2.3.0 ?
> 

Sorry but it think it should stay open : PhotoLayoutEditor is very powerfull but too slow to use. It bring just the same functions as GIMP or Fotowall for moving/scaling/rotating, while the idea of this wish is to tile automaticaly the select images from digikam. The only option should be to choose for each photo the tile size : 1x1, 2x2, 3x4, etc.
Comment 9 Łukasz Spas 2012-01-08 14:20:21 UTC
(In reply to comment #8)
> Sorry but it think it should stay open : PhotoLayoutEditor is very powerfull
> but too slow to use. 
This is the future work and there are a lots of stuff to do - improve performance and also memory usage.

> It bring just the same functions as GIMP or Fotowall for
> moving/scaling/rotating, while the idea of this wish is to tile automaticaly
> the select images from digikam. The only option should be to choose for each
> photo the tile size : 1x1, 2x2, 3x4, etc.
This is a plan for Digikam Coding Sprint to add such functionality.
Comment 10 caulier.gilles 2015-05-20 08:50:28 UTC
José,

This file still valid with last kipi-plugins 4.10.0 ?

Gilles Caulier
Comment 11 José JORGE 2015-05-24 21:06:21 UTC
(In reply to Gilles Caulier from comment #10)
> José,
> 
> This file still valid with last kipi-plugins 4.10.0 ?

I just have kipi-plugins 4.8.0, but as far as I see, it still doesn't provide any automated layout.
Comment 12 caulier.gilles 2020-06-02 12:37:42 UTC
In my github acccount, i ported this experimental Qt4 code to Qt5 :

https://github.com/cgilles/cute-collage

It do the job about automatic collage feature.

This code must be backported in new photolayout editor where i currently work :

https://github.com/cgilles/digikam-photolayouteditor

Gilles Caulier