Best Blackhat Forum

Full Version: Any software for bulk adding text to software?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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).
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~
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~[
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
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.
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.
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.
Reference URL's