View previous topic :: View next topic |
Author |
Message |
brimborium
Joined: 01 Oct 2008 Posts: 2
|
Posted: Wed Oct 01, 2008 11:37 pm Post subject: basic help |
|
|
Hi,
just found this prog and i want to do the following:
convert this (just a bunch of pngs):
asdf.png
haha.png
something.png
blablablupp.png
anothername.png
Copy (2) of hist.png
...
hist.png
pliplo.png
into this:
histogramm_w1_g1.png
histogramm_w1_g3.png
histogramm_w1_g5.png
histogramm_w2_g1.png
histogramm_w2_g3.png
histogramm_w2_g5.png
histogramm_w3_g1.png
histogramm_w3_g3.png
histogramm_w3_g5.png
...etc.
So there are two counters, the first is counting every 3 files, the second is counting every step +2 and beginning from 1 again after 3 files...
Can anyone help? Would be very glad.  |
|
Back to top |
|
 |
admin Site Admin
Joined: 09 Mar 2007 Posts: 448 Location: Canada
|
Posted: Thu Oct 02, 2008 3:19 am Post subject: |
|
|
This would have to be done with a plugin.
It would be fairly simple if you have any programming experience.
Check out the the web page at:
http://www3.telus.net/pfrank/PFrankUserCommand.html
and the sample template that comes with PFrank.
Peter. |
|
Back to top |
|
 |
brimborium
Joined: 01 Oct 2008 Posts: 2
|
Posted: Thu Oct 02, 2008 8:36 am Post subject: |
|
|
I have a little programming experience and it would be no problem for me to code this in c oder c++, but I wanted to see whether PFrank can do this.
Obviously, it can not, without serious coding, what i also can do in C++ .
Pity... But thanks for the reply!
Stefan |
|
Back to top |
|
 |
|