Request a new feature, or support for a camera/lens that you would like to use in Capture One.
What problem do you see this solving?
I migrated from Lightroom and ON1 and had no problem there with add borders to my photos (Lightroom 6 used Mogrify, external tool during export, ON1 has own tool for borders). I would like to add borders to my photos also in Capture One, but here I see no tool for it.
When was the last time you were affected by this lack of functionality, or specific tool?
I need this functionality every time when I export and publish my photos.
Current workaround
Are you using any workarounds or other solutions to achieve your goals in Capture One? I found three workarounds in Capture One - one with mask and adjustment layer (I have to draw a hard mask around photo and apply some Levels curve to achieve white border), the second one with Overlay (I have to prepare many files with borders for different proportions and widths), and the third to run external application after export (which is not so good because I export jpgs, so the external application modifies compressed files). I would like to have additional "export group" like sharpening or resizing, with border - color, width, that's all, nothing special. It's frustrating that so powerful tool like Capture One have no easy tool to achieve so simple effect... |
368108974477 i'd love to have such a feature, but zendesk should provide a native one.
hm on the other hand i could try to write a script using the zd api, but moderators won't be able to use that and i want to focus on documentation for the near future
thanks for bringing this up, i'll look into this
366733739077 – we need a way to merge threads so all the comments and votes are aggregated into a single discussion.
The ability to set a frame defined in color and dimensions before exporting the photo would be very desirable.
hey 369023522178, 14695749442461 i was looking into it yesterday to archive this as a duplciate and didn't find anything through search. and i'm pretty sure there was one with a decent number of votes.
i'll bring back a duplicate from the archive as it has an official comment, please upvote it here: https://support.captureone.com/hc/en-us/community/posts/10994537979933
i also think the current post has some nice workarounds in the comments, so i'll keep it for now and will move it to the new "tips and tricks" topic once i create it
thanks everyone!
366733739077, do you know if all the previous requests for a border option were removed?
Yes, I expected to find many requests about borders, but there are none ;)
Similar requests have been made several times before, but it appears they've all been removed – perhaps by mistake as it's usually only duplicate requests that are removed?
Anyway, I tried to use ImageMagick like this:
"c:\Program Files\ImageMagick-6.9.10-Q16\convert.exe" "%1" -bordercolor white -border 14 -quality 100 "%1"
as a batch file and it works much faster than IrfanView, so I put the content of this file into this thread, maybe it would be useful for other users :) Of course path to convert.exe should be updated and quality might be changed to e.g. 95 or 80.
This line can be saved as borders.bat file and called in CaptureOne after export as "Open with" application.
368108974477, thanks again!
I'm on Windows unfortunately, so AppleScript is not for me, but thank you for your ImageMagick's idea. I know how to write separate application in Java or C#, I know how to write Python's script to add simple white border (anyway I use IrfanView with batch processing feature to add borders to images from C1), but all these ways require re-writing jpg and drop some quality to compress image again. It should be done BEFORE writing the final jpg.
I'm confused because so powerful application like CaptureOne has no "Border" feature (as a floating tool or export setting ;))...
Somewhere I submitted a similar request but am unable to find it. I think ImageMagick would not be required to implement simple solid borders. My initial thought was to have parameters for Inner Border Color / Width and for Outer Border Color / Width. They could expand the canvas in memory using these parameters before they write the output file.
If you use macOS you may like this tool that I made with AppleScript and ImageMagick (mogrify is part of ImageMagick).
Introducing Magick Frames - Drag-n-Drop for that Impressive, Professional Look
https://youtu.be/PkRCjbNo11M