All in the totle...I would appreciate to be able to put a logo in the raw-picture, as for example, did the plugin "Ghostwriter" in Bibble5. I have at the moment to use Gimp to do it, in the JPEG export..
Thankyou
Al Bernier
ghost Writer where are you?
-
th_schroeder
- Posts: 8
- Joined: Mon Jan 30, 2012 11:21 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
Re: ghost Writer where are you?
You can use Texa to do this:
http://aftershot.sadman.net/
http://aftershot.sadman.net/
Thomasjknights wrote:Combining two images is really best done in either Texa or Photoshop depending on the complexity and sophistication of the blending.
There is a manual that I wrote for the Texa plugin.
see here.
http://www.jmknights.com/transfer/Texa_ ... K-003a.pdf
-
albernier
- Posts: 34
- Joined: Wed May 02, 2012 9:06 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- Location: France
Re: ghost Writer where are you?
Thanks, I saw that just after my post. It works!
-
tundraquad
- Posts: 97
- Joined: Tue Jan 17, 2012 4:25 pm
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- Location: Canada
Re: ghost Writer where are you?
I still use TypeWriter. I loved it in B5, and I still do in ASP.
Thanks Sadman for having ported this very useful plugin to ASP!
so long,
Thanks Sadman for having ported this very useful plugin to ASP!
so long,
-
albernier
- Posts: 34
- Joined: Wed May 02, 2012 9:06 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- Location: France
Re: ghost Writer where are you?
Typewriter is very very very effective and adjustable ( thank you Sadman) but does not process logo..Texa does (thank you Sadman)
Last edited by albernier on Wed Jul 11, 2012 9:52 am, edited 1 time in total.
Re: ghost Writer where are you?
Yes thank you sadman.albernier wrote:Typewriter is very very very effective and adjustable ( thank you Sadman) but does not process logo..
But he don't works on linux, and i use it on mac, and I can't on linux.
Have a good day
Re: ghost Writer where are you?
if you have only a few logos then i suggest to use imagemagick scripts.
for example the one i use for all my web-images (see sig) looks like this:
where "grubernd_800x12.png" would be the logo.
call the script in the batchQ and you are done.
using resized images and pixel-exact logos gives a better and more predictable quality than letting the batchQ in asp resize the logo.
for example the one i use for all my web-images (see sig) looks like this:
Code: Select all
#!/bin/bash
convert "$1" -unsharp 2x1+0.6 -unsharp 10x5+0.1 "/home/grubernd/bin/grubernd_800x12.png" -gravity southeast -composite -quality 85% "$1"call the script in the batchQ and you are done.
using resized images and pixel-exact logos gives a better and more predictable quality than letting the batchQ in asp resize the logo.
Bibble since 2004. Aftershot until 2020. From then on darktable.
-
albernier
- Posts: 34
- Joined: Wed May 02, 2012 9:06 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- Location: France
Re: ghost Writer where are you?
texa sadman'plugins works well, and is able to resize every logo
