Search found 5 matches

by DeceiverZ
2014-02-28T23:56:37-07:00
Forum: Consulting
Topic: Hiring for a simple script to overlay data on images
Replies: 0
Views: 9376

Hiring for a simple script to overlay data on images

Hello there! I am in need of an application (script) for Windows 7 platform. I have a large number of image files in a folder with each file using a naming convention utilizing the date and time the image was created: "20140227-134726.jpg" -Taken Feb 27 2014 at 01:47:26 PM I also have nume...
by DeceiverZ
2014-02-28T16:13:04-07:00
Forum: Users
Topic: NoobHelp overlay image with csv data
Replies: 7
Views: 5718

Re: NoobHelp overlay image with csv data

You have a list of filenames representing date/times. For each one, you want to find the nearest entry in each of two CSV files. This is a simple database style data-processing operation. But ImageMagick can't do it. It won't search through CSV files looking for the closest date/time match. Right. ...
by DeceiverZ
2014-02-28T15:42:38-07:00
Forum: Users
Topic: NoobHelp overlay image with csv data
Replies: 7
Views: 5718

Re: NoobHelp overlay image with csv data

My understanding is that Imagemagick is mostly a raster image processing system. Its abilities to handle vector format data are much less sophisticated. It can overlay a SVG file onto an image. But it knows little about what information is in the vector file in a way that you could do any filtering...
by DeceiverZ
2014-02-28T15:20:06-07:00
Forum: Users
Topic: NoobHelp overlay image with csv data
Replies: 7
Views: 5718

Re: NoobHelp overlay image with csv data

A simple database system would do the trick? I would love to hear some suggestions for tools to accomplish this if you have any.. I figured there would be some functions within ImageMagick that could facilitate these operations. Given that I'm working with CSV files, I figured it wouldn't be terribl...
by DeceiverZ
2014-02-28T14:43:24-07:00
Forum: Users
Topic: NoobHelp overlay image with csv data
Replies: 7
Views: 5718

NoobHelp overlay image with csv data

First post and I hope someone can provide useful information for how I can get started. I'm new to programming and am attempting to write my first script with imagemagick but am somewhat lost. I have image files in a folder with each file using a naming convention which utilizes the date and time th...