74.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

12-22-2018, 09:39 AM
Post: #1
Any software for bulk adding text to software?
Hey guys,

I am searching all over the web for a special software and i cant find one so i hope
someone here will be able to help me.
What i need is to be able to upload a big amount of photos to the software
and then by a click of a button the software will add a different text which
i also reloaded to it using an excel sheet or whatever, so the final result
will be that each photo has a different text on it and not the same text on
all photos.
Is there something that can do it and does not require me to be a photoshop
pro or something like that?
Thank you.
12-22-2018, 01:17 PM
Post: #2
RE: Any software for bulk adding text to software?
There is a program that is for the T-shirt designers market that combines images with text in a preset sequence and saves the results in a folder as a preset png file. The program is from Vietnam and is used to "design" hundreds of shirts in 10 minutes. (After the setup that is).
12-22-2018, 01:20 PM
Post: #3
RE: Any software for bulk adding text to software?
There is a program that is for the T-shirt designers market that combines images with text in a preset sequence and saves the results in a folder as a preset png file.

The program is from Vietnam and is used to "design" hundreds of shirts in 10 minutes.

(After the setup that is).

~E~
12-22-2018, 01:30 PM
Post: #4
RE: Any software for bulk adding text to software?
There is a program that is for the T-shirt designers market that combines an image with text in a font and size you select, in a preset sequence combination of image and text and saves the results in a folder as a preset image size png file.

The program is from Vietnam and is used to "design" hundreds of shirts in 10 minutes.
(After the setup that is).

~E~[
12-22-2018, 04:01 PM
Post: #5
RE: Any software for bulk adding text to software?
If you intend to add text into the image, then the Open source ImageMagick should help
Code:
https://en.wikipedia.org/wiki/ImageMagick
https://www.imagemagick.org/script/index.php

I have used IrfanView in the past for adding text to images (haven't tried batch options), but their free usage is only for personal use.
Code:
https://www.irfanview.com/

However, if you are looking at editing the file metadata, then you can try:
Code:
https://www.wikihow.com/Edit-Metadata
https://en.wikipedia.org/wiki/Comparison_of_metadata_editors
https://www.geckoandfly.com/7987/how-to-change-exif-data-date-and-camera-properties-with-free-editor/

OTOH, if you are looking at renaming the file name, then a batch renamer should do.

Cheers,
FFFF
24.gif
12-23-2018, 01:57 AM
Post: #6
RE: Any software for bulk adding text to software?
Thank you for your responses guys!
I have found lots of rograms that can add text to photos but all of them take the same
text like a watermark or 1 comment and embed it to the photos but what i need is
something that will embed different text to different photos.
Like if i upload 100 comments to the program and 100 photos, the program will go and
embed comment 1 to photo 1 and so on..
I am sure there has to be something that can do this but cant find it.
12-26-2018, 08:18 PM
Post: #7
RE: Any software for bulk adding text to software?
Still looking for a software guys, if anyone knows something that does what i said in
my first post then please let me know.
Thanks.
12-28-2018, 03:38 AM
Post: #8
RE: Any software for bulk adding text to software?
If you have all the comments in a file, it should be possible to achieve this using batch programming (Win) or shell programming (Linux) with ImageMagick's convert program.




8.gif