Answer the question
In order to leave comments, you need to log in
Creating a program to convert text to an image. In which direction to look for a solution?
I need an understandable, convenient and, cool if, beautiful desktop program, into which I enter four four-digit numbers, press the button, as a result I get a .bmp image of the form:
Image resolution 64x96 pixels. The location of the pixels inside the numbers is strictly prescribed, the numbers themselves should also always be obtained in one place.
Option 1. I figure it out myself. There are initial programming skills (Delphi, about 10 years ago), and an interest in creating a thing myself. Tell me the environment in which it will be easier for me to create such an application.
Option 2. Order from a pro for whom this task is seeds. In this version, you need a stable, pleasant program at the output. Of course for rubles. Where can I find this pro and how much will such a solution cost?
Answer the question
In order to leave comments, you need to log in
I like option 1 :)
The task is not difficult, for any language you can find an adequate library that works with images (often they are already included by default).
Here is an implementation in 7 lines of code in python (it is simple + low entry threshold) https://en.wikibooks.org/wiki/Python_Imaging_Libra...
Parsing the code, you can see that working with an image is like a two-dimensional array. In your case with digits, you can pre-define each digit as a two-dimensional array. And just generate "image" from templates :)
Usually, picture numbers are written in a row in the image, and the program simply cuts out the desired one from this row.
You can use C++/Qt. To create window applications - Qt Creator.
Download the font "seven-segment indicator" and display text, not pictures.
Well, according to the first option, you have already been written about Lazarus. In principle, you can use anything from VBA to C ++, but Lazarus is more similar to Delphi and is better in many ways.
For the second, you can write to me by mail, I think we will agree
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question