Hi,
First of all, I want to point out, that I am not a native englisch speaker. Please don't worry about my englisch. I am currently try to improve it.
I am now writing my bachleor thesis in computer sciences at the university of applied schiences of Trier/Germany. I am programming with Lisp on
Lispworks personnal edition 5.0.0.1. I recentliy have a big problem, so that it is no more possible continiuing work on the project. That's the reason
of my post here. I'll be very happy if somebody can help me solve the problem.
My problem:
I want to convert a lot of text-files (stored in a directory) into jpg-image-files. I recently discover that when opening a txt-file with the
IrfanView-programm, this is show like an image, so that the only thing I had to do, was to stored it with the extension .jpg.
So I want to write a lisp-code (one or many function(s)/...), that make this automaticaly: That mean ivoke a thing that can automaticaly launch the IrfanView-programm, read an stored file from it.
1. Open the directory
2. for each file:
2.1. open this file with IrfanView
2.2. stored it as an .jpg image
can anybody tell me how can I do that? or perhaps give me some usefull informations?
Thanks a lot for your answer
First of all, I want to point out, that I am not a native englisch speaker. Please don't worry about my englisch. I am currently try to improve it.
I am now writing my bachleor thesis in computer sciences at the university of applied schiences of Trier/Germany. I am programming with Lisp on
Lispworks personnal edition 5.0.0.1. I recentliy have a big problem, so that it is no more possible continiuing work on the project. That's the reason
of my post here. I'll be very happy if somebody can help me solve the problem.
My problem:
I want to convert a lot of text-files (stored in a directory) into jpg-image-files. I recently discover that when opening a txt-file with the
IrfanView-programm, this is show like an image, so that the only thing I had to do, was to stored it with the extension .jpg.
So I want to write a lisp-code (one or many function(s)/...), that make this automaticaly: That mean ivoke a thing that can automaticaly launch the IrfanView-programm, read an stored file from it.
1. Open the directory
2. for each file:
2.1. open this file with IrfanView
2.2. stored it as an .jpg image
can anybody tell me how can I do that? or perhaps give me some usefull informations?
Thanks a lot for your answer