adrienverge / PhotoCollage

Graphical tool to make photo collage posters
GNU General Public License v2.0
432 stars 74 forks source link

Make it possible to move pictures within their frame #10

Open ziggystar opened 9 years ago

ziggystar commented 9 years ago

The program crops images to make them fit their "window" within the collage. I want to be able to move the picture within this window. This lets me fix things like cut-off heads.

Maybe it is possible to allow zooming, too.

adrienverge commented 9 years ago

It does not seem easy to me to implement this. If you want to contribute, feel free! :-)

Blackskyliner commented 7 years ago

Any chance that one of either Merge Request will be used/merged to get this feature someday in the near future? As for portait collages it would be pretty helpful to be able to move the attraction of the photo-part to the portraited face(s).

adrienverge commented 7 years ago

@Blackskyliner thanks for the reminder! Let's follow this up in https://github.com/adrienverge/PhotoCollage/pull/46

ojob commented 7 years ago

Seems to me this issue could be closed, however the README was not in line with this very cool feature (I missed it!). See pull request https://github.com/adrienverge/PhotoCollage/pull/54.

azzamsa commented 6 years ago

Thanks, I was wondering how to move photo inside a frame. Trying ctrl button does not work. but I just accidentally drag the pic with mouse and it works with installation via pip, because in debian it still 1.4.3-2.

this is the feature that I really need, thank you so much :)

LAfricain commented 5 years ago

Which release is with this feature? I'm using Ubuntu 18.04 and I couldn't find. Even with the disco version It doesn't work. I was very happy to found this little application that can be use as replacement of photoscape.

FZill commented 3 years ago

If I run photocollage normally this functionality does not work on my machine (Linux Mint 20.1 Cinnamon, python 3.8.10) but to my surprise, while trying to find out why, if I run it from vscode's terminal with "python3 -c 'from photocollage import gtkgui; gtkgui.main()'" (as mentioned in the "hacking" section) it just works. I can move the pictures within their frames as intended. Does anyone have an idea why? PS this is a nice piece of software, thank you for this.

ojob commented 3 years ago

@FZill The answer may well be that you have two different versions installed: the packaged one by your distribution (most probably 1.4.4, the latest release) and the cloning of current working state of this repository. There have been some updates in-between.

FZill commented 3 years ago

Ah you are absolutely right. I uninstalled the packaged version and installed the current working state and now everything is fine, thanks.

langfingaz commented 9 months ago

Summary:

I suggest that we close this issue as completed and create a separate one to track "zooming images within frames". (Or we could change the issue title to include "zooming").