On 2025/9/4 22:40:14, Java Jive wrote:
[]
I have ended up with the following sort of arrangement, the numbering
roughly following the original order in which the photos were scanned,
rather than the more logical ordering I'd like to apply now, where it
would start at 1 in Series 1, Pic 1 and progress linearly through all
those with people needing identification.
+-------------+ +-------------+ +-------------+
| 55 56 | | 75 | | 1 3 |
| 57 | | 76 | | 2 4 |
| 58 | | | | 5 6 |
| | | | | 7 |
| | | | | |
+-------------+ ... +-------------+ ... +-------------+ ...
Series 1, Pic 1 ... Series 1, Pic 8 ... Series 2, Pic 1 ...
What is your "end game"? Presumably all faces
identified; but, do you
still intend to publish the pictures with numbers on, and a key (because there's not room on the pictures to put actual names)?
How is progress going: what do you see as the realistic probability of getting all, or say 90% (less than 10 faces unidentified)?
How about, in the final - assuming there _isn't_ room to put full names
- using initials instead (with an added digit for where there are
duplicates, e. g. John Smith and Joe Soap)? You could use this in the intermediate stages too.>
Fortunately, because I'm using PaintShopPro, the numbers are in a
separate vector layer, and can be edited and moved about. When I'm
Certainly, a layered scheme will make such manipulation easier.
interest in automating any part of the process I can. Particularly the
renumbering, but I don't know of any way of doing it automatically
across even one photo/image, let alone a whole series of them.
I'm still not really grasping what it is you want to automate, probably because I'm not sure how many pictures we're talking about; your use of "Series" above suggests it's a lot more than I had imagined.
On 2025-09-05 13:47, J. P. Gilliver wrote:adjusts as you insert, delete, or move paragraphs. I've not seen anything like this, which is why I suspect it's too big an ask.
On 2025/9/4 22:40:14, Java Jive wrote:
[]
I have ended up with the following sort of arrangement, the numbering
roughly following the original order in which the photos were scanned,
rather than the more logical ordering I'd like to apply now, where it
would start at 1 in Series 1, Pic 1 and progress linearly through all
those with people needing identification.
+-------------+ +-------------+ +-------------+ >>> | 55 56 | | 75 | | 1 3 |
| 57 | | 76 | | 2 4 |
| 58 | | | | 5 6 |
| | | | | 7 |
| | | | | |
+-------------+ ... +-------------+ ... +-------------+ ...
Series 1, Pic 1 ... Series 1, Pic 8 ... Series 2, Pic 1 ...
What is your "end game"? Presumably all faces
... and 2 or 3 dogs and about 10 places (I've already identified and named accurately the vast majority of the landscapes and buildings, including many that are abroad, using online OS maps, Google Street View, Reverse Image Search, etc) ...
identified; but, do you
still intend to publish the pictures with numbers on, and a key (because
there's not room on the pictures to put actual names)?
If I don't know the names, how can I put them on the photos? The idea is to put the pictures in the same order as in the album over one or two web-pages, where the numbering follows consecutively down the various pictures
How is progress going: what do you see as the realistic probability of
getting all, or say 90% (less than 10 faces unidentified)?
I haven't put the pages up yet.
How about, in the final - assuming there _isn't_ room to put full names
- using initials instead (with an added digit for where there are
duplicates, e. g. John Smith and Joe Soap)? You could use this in the
intermediate stages too.>
For the people, where there are only one or two, I shall simply name the photo appropriately, where there are more, I shall release two versions of each photo, one with a superimposed key, and the original without.
Fortunately, because I'm using PaintShopPro, the numbers are in a
separate vector layer, and can be edited and moved about. When I'm
Certainly, a layered scheme will make such manipulation easier.
Yeah, but it's still terribly tedious and error-prone.
interest in automating any part of the process I can. Particularly the >>> renumbering, but I don't know of any way of doing it automatically
across even one photo/image, let alone a whole series of them.
I'm still not really grasping what it is you want to automate, probably
because I'm not sure how many pictures we're talking about; your use of
"Series" above suggests it's a lot more than I had imagined.
I'd like to load a series of images with a series of vector text fields, and have them numbered automatically, like you can select a series of paragraphs in a word-processor and turn them into a numbered list, the numbering of which automatically
if someone clicks on the link to examine it more closely. However,
there are almost 100 people unknown to me in these photos, hence my
interest in automating any part of the process I can.
On 9/4/2025 11:40 PM, Java Jive wrote:
if someone clicks on the link to examine it more closely. However,
there are almost 100 people unknown to me in these photos, hence my
interest in automating any part of the process I can.
But for only 100 unknown people it seems to be easier to
do it manually instead of wasting time to create an automatic
process. But it has to be very simple to report an unknown
name to you, because otherwise you will get no response.
I would do something like this:
https://onlib.de/temp/demo/
If you put the mouse over a picture, the unknown people are
highlighted and if you click a highlighted part, an email is
sent to you (with hopefully more information about this
person). A click outside the highlighted areas shows the
picture in full resolution.
You can even use IrfanView to highlight the areas and insert
the displayed coordinates into the html code.
The html code is very simple, just a lines for each picture:
---------------------------------------------------------------------
<html><head><title>Unknown persons</title><center>
<a onMouseover="document.bild1.src='1c.jpg'"; onMouseout="document.bild1.src='1b.jpg'">
<img src="1b.jpg" usemap="#menue1.map" name="bild1">
<map name="menue1.map">
<area shape=rect coords="131,164,230,264" href="mailto:max.muster@domain.de?subject=Picture 1, Person 1">
<area shape=rect coords="452,127,542,227" href="mailto:max.muster@domain.de?subject=Picture 1, Person 2">
<area shape=default href="1a.jpg">
</map>
<a onMouseover="document.bild2.src='2c.jpg'"; onMouseout="document.bild2.src='2b.jpg'">
<img src="2b.jpg" usemap="#menue2.map" name="bild2">
<map name="menue2.map">
<area shape=rect coords="234,131,297,207" href="mailto:max.muster@domain.de?subject=Picture 2, Person 1">
<area shape=rect coords="542,109,607,199" href="mailto:max.muster@domain.de?subject=Picture 2, Person 2">
<area shape=default href="2a.jpg">
</map>
</center></body></html>
What is your "end game"? Presumably all faces
... and 2 or 3 dogs and about 10 places (I've already identified and
named accurately the vast majority of the landscapes and buildings, including many that are abroad, using online OS maps, Google Street
View, Reverse Image Search, etc) ...
identified; but, do you
still intend to publish the pictures with numbers on, and a key (because
there's not room on the pictures to put actual names)?
If I don't know the names, how can I put them on the photos? The idea
is to put the pictures in the same order as in the album over one or two web-pages, where the numbering follows consecutively down the various pictures
How is progress going: what do you see as the realistic probability of
getting all, or say 90% (less than 10 faces unidentified)?
I haven't put the pages up yet.
How about, in the final - assuming there _isn't_ room to put full names
- using initials instead (with an added digit for where there are
duplicates, e. g. John Smith and Joe Soap)? You could use this in the
intermediate stages too.>
For the people, where there are only one or two, I shall simply name the photo appropriately, where there are more, I shall release two versions
of each photo, one with a superimposed key, and the original without.
I'm still not really grasping what it is you want to automate, probably
because I'm not sure how many pictures we're talking about; your use of
"Series" above suggests it's a lot more than I had imagined.
I'd like to load a series of images with a series of vector text fields,
and have them numbered automatically, like you can select a series of paragraphs in a word-processor and turn them into a numbered list, the numbering of which automatically adjusts as you insert, delete, or move paragraphs. I've not seen anything like this, which is why I suspect
it's too big an ask.
On 2025/9/6 11:27:23, Java Jive wrote:
I'd like to load a series of images with a series of vector text fields,
and have them numbered automatically, like you can select a series of
paragraphs in a word-processor and turn them into a numbered list, the
numbering of which automatically adjusts as you insert, delete, or move
paragraphs. I've not seen anything like this, which is why I suspect
it's too big an ask.
I sort of see what you're getting at - the word-processor numbering
analogy is a good one. Which is why I think we do need to have some clue
how many pictures - and total faces (not to mention dogs and buildings)
- we're talking about; solutions that are fine for maybe five to ten
pictures probably wouldn't be if there are twenty or more, but solutions appropriate for a huge number of pictures would be overkill if there are
only a handful.
On 2025-09-06 14:27, Herbert Kleebauer wrote:
I would do something like this:
https://onlib.de/temp/demo/
If you put the mouse over a picture, the unknown people are
highlighted and if you click a highlighted part, an email is
sent to you (with hopefully more information about this
person). A click outside the highlighted areas shows the
picture i
Thanks, what you suggest is clever, but I don't see how it saves me or
family members any work, if anything it seems more ...
In my system, I have to ensure that the numbering of unknown people in
any one photo is consecutive back-left to front-right, and also is
consecutive throughout all the photos as each new unknown (to me) person
is encountered, that people appearing in more than one photo always consistently have the same number throughout all the photos, and that
the same number never applies to two different people throughout all the photos
Then I would hope that family members would go through the photos
composing an email as they go, such as ...
1 = Distant cousin, can't remember his name;
2 = Me;
3 = My sister, Uvw;
4 = My brother, Xyz;
etc.
I would still have to do that with your system, but in the subject lines
of the emails, which then I would have to relate back through the
obscurity of the coding to a particular individual in a particular
photo. Furthermore, I still have to create a second copy of each photo,
with the highlit areas instead of the numbers. Finally, family members
have to send multiple emails, rather than just one.
A hell of a lot of work to automate, but it could be done.
There are about 80 individual photos. I've already said that there are nearly 100 unknown faces - already the numbering has reached the 70s
with quite a number of photos still to do.
On 2025/9/6 16:31:25, Java Jive wrote:After reading this thread, and having made some suggestions, I think you
[]
There are about 80 individual photos. I've already said that there areWow, that's quite a lot of pictures! Do you already know _some_ of the
nearly 100 unknown faces - already the numbering has reached the 70s
with quite a number of photos still to do.
people in them? If not, and you're expecting about 100 names from about
80 pictures, then either there are a lot fewer people in each picture
than I thought (I thought you were talking about group photos with say
10 to 30 people in each), or there is a _lot_ of duplication.
If they _are_ photos with only 2 to 5 people in them, then (when you've
got all the names you're going to get) there probably _is_ going to be
room to actually put the names somewhere on the pictures, though if only
such small numbers of people in each, captioning then will also be practicable.
I think you have a secondary problem: how are you going to persuade
family members to go through eighty-odd photos! My first thought was
release them in batches, but I don't think that'd help.
Herbert Kleebauer's suggestion of in effect turning them into clickable
maps is an interesting one; it would certainly avoid family members
having to see the numbers at all (only you need ever "see" them, by
looking at the email sujects or whatever). It does rely on (I presume) mailto: links with preloaded subjects working flawlessly, though, which
I suspect would not be the case across multiple OSs. Something - in most cases, I would expect their email client - would have to open up, to
give them somewhere to type the name they're suggesting. (If you own a domain, you could avoid the preloading of the subject by using different addresses for each face - 1-12@jive.com, 2-16@jive.com - but they still
need to be able to type the name somewhere.)
Good luck with it - it is a daunting project! (And that's from someone
who's been doing genealogy, off and on, for 45+ years.)
On Wed, 3 Sep 2025 14:47:41 +0200, Fokke Nauta <fnauta@solfon.nl>
wrote:
Hi all,
I have Photoshop CS6 installed on my pc. It has a license. I bought it
years ago. Unfortunately it didn't work well and had a problem, so I
decided to install it again. I did, but the licence was revoked. I can't
use it now.
For a new version of Photoshop I'll have to pay a monthly amount, which
will continue for all the years I will use it. This will cost me far too
much. Is there any acceptable replacement for Photoshop?
I'm curious.
Thanks for your answers.
With best regards,
Fokke Nauta
Hi Fokke Nauta,
I do have a license crack for CS6 that should work for your
situation since you did already have a valid license. Let me know if
you would be interested in this fix and we'll figure a way to get it
to you,
On 04/09/2025 15:24, jetjock wrote:
On Wed, 3 Sep 2025 14:47:41 +0200, Fokke Nauta <fnauta@solfon.nl>
wrote:
Hi all,
I have Photoshop CS6 installed on my pc. It has a license. I bought it
years ago. Unfortunately it didn't work well and had a problem, so I
decided to install it again. I did, but the licence was revoked. I can't >>> use it now.
For a new version of Photoshop I'll have to pay a monthly amount, which
will continue for all the years I will use it. This will cost me far too >>> much. Is there any acceptable replacement for Photoshop?
I'm curious.
Thanks for your answers.
With best regards,
Fokke Nauta
Hi Fokke Nauta,
I do have a license crack for CS6 that should work for your
situation since you did already have a valid license. Let me know if
you would be interested in this fix and we'll figure a way to get it
to you,
I haven't seen any new licence cracks for the latest Adobe products.
There used to be a guy called Sanders who distributed them, but he's disappeared. I don't know what happened to him. None of the crack
newsgroups are involved with cracks these days.
Adobe has made it very difficult to crack its products by ensuring that
every DLL requires a valid key. There was a time when you only had to
reverse engineer one or two files, but that trick doesn't work anymore. Attempting to do so breaks other things.
Sysop: | Tetrazocine |
---|---|
Location: | Melbourne, VIC, Australia |
Users: | 13 |
Nodes: | 8 (0 / 8) |
Uptime: | 148:51:29 |
Calls: | 177 |
Files: | 21,502 |
Messages: | 79,014 |