D
del69
Guest
I know about the text not fitting problem for certain sizes and it IS my next job with it. You can however select that layer and move the text
Cant see for looking
Cheers.
I know about the text not fitting problem for certain sizes and it IS my next job with it. You can however select that layer and move the text
Thanks
Don't suppose you worked out what the savefile routine in the script needs to call it. Do I need to pass it the filename? (I know its not your code, but i cant make anything of it)
I will take a look after fixing the text/size problem - There are two approaches:
1 - Create a correction factor so: works for 800, we want 1000 - Correction factor = 1.25 and apply this to everything
2 - Resize EVERY picture to 1000x1000 apply changes which can be adjusted perfectly THEN resize to 800x800
Option 2 is easiest and leaves less problems, I was working on option 1 but there are SO many things to apply the correction factor to I will switch to number 2![]()


cowasaki.
Hats off to you mate for putting so much of your own time to this..........
Now hurry up and sort out the bugs
Just kidding![]()
Thanks for all the effort your putting into thisnow any chance of a lesson in how to get my logo on the image, I just can't workout which lines to change :bang:
Thanks for all the effort your putting into thisnow any chance of a lesson in how to get my logo on the image, I just can't workout which lines to change :bang:
I've change the file name as on your website instructions but I get the following error
![]()
Thanks for all the effort your putting into thisnow any chance of a lesson in how to get my logo on the image, I just can't workout which lines to change :bang:
I've change the file name as on your website instructions but I get the following error
![]()
That error means the file does not exist!
What computer are you using MAC or PC?
MAC = leave it as it is and save the file as Signature.png in the Users Documents directory.
PC = Make a directory on drive C as "Signatures", save the signature inside that directory as "Signature.png". Change the variable IM_Name to be "C:\Signature\Signature.png"
Note switching from PC to MAC and back I sometimes get my forward and backwards / \ wronganyway above should work, if not shout at me
You are excelling yourself tonight!!
Been trying this myself on windows vista, if I cange as you say it dose not work, if I leave it as is and use pictures instead of documents it works.
What have you got the actual variable set to ?
Just tested it on my MAC and it works fine but I have saved my Signature as Signature.png in the Documents directory....
Works fine with this in window vista, if I change as you say for windows get the error.
// Displaying copyright IMAGE
var DisplayCopyrightImage = true;
var IM_Name = "~/Pictures/tpsig.png";
var IM_X = 10; // Percentage
var IM_Y = 10; // Percentage
var IM_percentage = 20; // Height as a Percentage
var IM_Transparency = 100;
Just thinking - might it be worth having some version control in the program. Im getting lost with all the brilliant changes
Allan
So '~' refers to what in Vista ? Oh and does this happen in XP?
Sorry I no longer have a PC running Photoshop the licence only allows one install on desktop and one on laptop !
I would asume the user directory, in it there is a documents folder and a seperate pictures folder, not sure about xp as no longer run it on my macines.
you will need to use c:\...... on a pc either vista or XP
Oh - I see from what you've posted you dont need to for vista.
You will need for XP
The \ in c:\ needs to be a / so c:/ lol
Well spotted!!
I got it to work on XP, and it was my fault. I had c:\ and not c:/Keltic Ice Man...
Did you try the Save As Jpeg option? Does it do what you wanted?
Right so what do people want next ?![]()
Thanks Darren thats great!
Can the quality by a variable as well please.
Also I tried using the copyright text line to put text on the picture, It put the text on but not in the middle. This was at 800 x800 - infact very little change to the script that gets downloaded
Dont know if possible, but could it do a small sharpen on reducing the size?