Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

fastapps

macrumors newbie
Original poster
Jun 27, 2025
6
6
Hi everyone,

fellow app developer here. I've just released my latest passion project to the App Store a couple of weeks ago: GalleryMagic - Link to App Store (Non-EU only for the moment).

The app is aimed to be a dead simple HTML Image/Photo Gallery Generator. Free to download, free to create galleries on your local machine, in-app subscriptions to publish them to the web. Also check out the website, https://usegallerymagic.com.

Some features to highlight are

  • Drag & Drop any number of images or folders
  • Alternatively, chose directly from Photos App
  • Watermark your full-sized images
  • Order images in any way you like
  • Through an in-app purchase, publish your gallery to the web for the whole world to see (or well, anyone you send the link to haha)
  • You can check out one of the demo galleries here
I'm excited to see if there is a market for such an app and would love for you to check it out and give feedback if you have any! As always, there's lots to do still, features to add, so look out for updates in the coming weeks.
 

Attachments

  • Screenshot 2025-06-29 at 21.21.01.png
    Screenshot 2025-06-29 at 21.21.01.png
    564.9 KB · Views: 52
  • Screenshot 2025-06-29 at 21.21.15.png
    Screenshot 2025-06-29 at 21.21.15.png
    762.5 KB · Views: 33
  • Screenshot 2025-06-29 at 16.37.42.png
    Screenshot 2025-06-29 at 16.37.42.png
    1.7 MB · Views: 33
Last edited:
  • Love
Reactions: turbineseaplane
Maybe it’s just the demo template …but it would be nice if viewers could swipe between the gallery images (on touch-enabled devices), rather than having to click buttons.
 
Maybe it’s just the demo template …but it would be nice if viewers could swipe between the gallery images (on touch-enabled devices), rather than having to click buttons.
Hi! Thanks for having a look. You do make a good point, absolutely. I took the feedback to heart and shipped an update (pending app review approval). The demo gallery is already updated, let me know if that's an improvement to you :)
 
  • Like
Reactions: AppliedMicro
The demo gallery is already updated, let me know if that's an improvement to you
Most definitely. 👍

As a follow-up to theming, it would be nice if background transparency/opacity could be set in detail view. The "Minimal" theme does a very good job at not distracting from the single image, with only minimal transparency. Whereas the Greece Wedding theme shows a bit too much of gallery in the background for my liking. But this will of course depend on individual taste, and it's an advanced feature, to be fair. Otherwise...

What I like:
  • It's simple
  • It worked for me
  • HTML looks decently sane to me
  • Initial welcome emphasises simplicity
What I do not like:
  • The initial welcome screen ("Drag & Drop a folder or image or select from your photo library") and the "Inspect & Reorder" windows should not be different windows/dialogue. The should be one and the same. Adding and ordering should happen in the same window.
  • To reiterate: I absolutely expect to be able to add pictures in the "Inspect & Reorder" window, not only remove them. As I see it, I'd have to start from scratch, if I forgot just one image (could be a title card or something)
Further suggestions and considerations:
  • Pictures should be orderable by creation date (hint: In the order that the pictures were taken on the date of the event, if such metadata is available - not necessarily when they were last modified).
  • If I could also remove pictures by simply dragging out of the "Inspect & Reorder" windows, that would be nifty (along with a "whoosh" sound or something), rather than having to click the small "Remove" button (the floating "Remove" button when dragging in fact suggests to me I could remove by dragging out of the windows). Definitely not a must have though.
  • Nothing wrong with the app icon - but contrary to most (albeit not all - looking at you, VLC 👀) apps installed on my Mac, it does not convey what the app actually does (creating photo galleries). Not a gripe really, just a suggestion for better marketability
  • Make the footer text ("All rights reserved. Generated by GalleryMagic.") customisable too. And let me remove the "Generated by" attribution to your app. Sure, I could simply remove it from source code, but I'm lazy. (hint: this could be a small one-time in-app purchase 💸 as a token of support).
 
Most definitely. 👍

As a follow-up to theming, it would be nice if background transparency/opacity could be set in detail view. The "Minimal" theme does a very good job at not distracting from the single image, with only minimal transparency. Whereas the Greece Wedding theme shows a bit too much of gallery in the background for my liking. But this will of course depend on individual taste, and it's an advanced feature, to be fair. Otherwise...

What I like:
  • It's simple
  • It worked for me
  • HTML looks decently sane to me
  • Initial welcome emphasises simplicity
What I do not like:
  • The initial welcome screen ("Drag & Drop a folder or image or select from your photo library") and the "Inspect & Reorder" windows should not be different windows/dialogue. The should be one and the same. Adding and ordering should happen in the same window.
  • To reiterate: I absolutely expect to be able to add pictures in the "Inspect & Reorder" window, not only remove them. As I see it, I'd have to start from scratch, if I forgot just one image (could be a title card or something)
Further suggestions and considerations:
  • Pictures should be orderable by creation date (hint: In the order that the pictures were taken on the date of the event, if such metadata is available - not necessarily when they were last modified).
  • If I could also remove pictures by simply dragging out of the "Inspect & Reorder" windows, that would be nifty (along with a "whoosh" sound or something), rather than having to click the small "Remove" button (the floating "Remove" button when dragging in fact suggests to me I could remove by dragging out of the windows). Definitely not a must have though.
  • Nothing wrong with the app icon - but contrary to most (albeit not all - looking at you, VLC 👀) apps installed on my Mac, it does not convey what the app actually does (creating photo galleries). Not a gripe really, just a suggestion for better marketability
  • Make the footer text ("All rights reserved. Generated by GalleryMagic.") customisable too. And let me remove the "Generated by" attribution to your app. Sure, I could simply remove it from source code, but I'm lazy. (hint: this could be a small one-time in-app purchase 💸 as a token of support).

Wow, that's very valuable feedback. Thank you for taking the time, much appreciated!

> "Inspect & Reorder" windows should not be different windows/dialogue.

It somehow did not occur to me in testing and neither did any of the beta testers mention it, but once you said it it became obvious to me as well that your suggestion is the way to go. You can see in the screenshot attached how it looks/works now, this change already shipped to the App Store as version 1.6.

> Pictures should be orderable by creation date (hint: In the order that the pictures were taken on the date of the event, if such metadata is available - not necessarily when they were last modified).

Yes, this was always on the TODO list, I just hadn't gotten to it yet. It's now also part of the just release 1.6. Image creation dates / EXIF Metadata and the such are quite a rabbit hole ...

> If I could also remove pictures by simply dragging out of the "Inspect & Reorder" windows

Yeah I understand the desire, but neither experimenting nor with research did any way occur on how one could implement this using apples official APIs. Not sure, maybe someday I'll stumble across something, for now this has to take a back seat haha.

> Not a gripe really, just a suggestion for better marketability

Thanks as well for the feedback. Yeah, the icon is what it is, design is hard and designers are expensive lol.

> Make the footer text ("All rights reserved. Generated by GalleryMagic.") customisable too

Also a no-brainer, yes. The entire footer text is now customisable. Apart from the "Generated by ..." still. I had the idea for removing that via an IAP as well, so far I'll invest into other thing I guess.

Again, _massive_ thank you for the feedback!
 

Attachments

  • Screenshot 2025-07-05 at 18.35.35.png
    Screenshot 2025-07-05 at 18.35.35.png
    1.6 MB · Views: 18
  • Like
Reactions: AppliedMicro
I updated to the latest version - workflow indeed feels much improved. Great job.👍
neither experimenting nor with research did any way occur on how one could implement this using apples official APIs.
I think it would be very nifty - but certainly not a must have. Only some but not all people would use it.

Two more annotated screenshots:

GalleryMagic.jpg


GalleryMagic1.jpg


Personally, I find presenting the gallery settings in a sidebar (rather than as a separate step "hidden" behind the "Continue" button) more streamlined - though I acknowledge that you may want to prefer a two/three-step, "guided through" approach for "less technical" users.

That said, from an "emotional" (?) point of view - from how I feel when using the app - I am more convinced that they should be presented next to each other. At least subconsciously, I'd want to look (and scroll) through the images I've prepared, to get a better "feel" for what theme and accent colours would match them.

Although... see next post.
 
Last edited:
PS: Last but not least: "Show Preview" button would of course be very nice to generate a WYSIWYG preview, using actual user photos - instead of sample images. :) Guess that may already be on your roadmap anyway.

What I really like about the preview is that you can open up multiple (resizable) preview windows with different themes/theme settings and compare them to find (or consult someone else) what theme will look best.

Not many apps do this, because it (multiple previews while you're still fiddling around with settings) can quickly get very confusing to the user. But within the - limited scope - of your app, I like it. More, actually, than a single "live" preview window that updates whenever the user changes theme or colours/theme options (a compromise to live previewing would be: limiting the app to opening only one preview window per theme - but updating that "live" upon change of the theme's colours - but you'd have to bring that windows back to the foreground, which may be tricky).
 
Last edited:
Two more annotated screenshots:
Again massive thank you! By now, 1.7 is in the App Store and with it

* The files can now be dropped anywhere (in the list itself too)
* Selecting (a single or multiple) rows for reordering is now possible
* Hitting the delete key when having some rows selected removes them

Big improvement to what somebody would intuitively do, I must agree with you.
Oh and tabbing from text field to text field is also fixed!

I'm still pondering and experimenting with the sidebar vs. "multiple steps" approach ...

Your comments on the preview are also legit, certainly something I will look into as well. Some low-hanging fruit (using actual images) also posed some issues (maybe due to the sandboxing) which prevents me from releasing that, so time will also tell what I'll get to there.
 
  • Like
Reactions: AppliedMicro
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.