Mikla Posted December 4, 2015 Author Report Share Posted December 4, 2015 I was playing around with my new toy and saw a bunch of folks making custom screens. Decided I would try it as well. After creating a few today, I thought it might be easier to create a quick app that would help create the screens. So I wrote a Windows App:It hasa previews of the image at the top10 multi-line text fields, position x/y, font type and size2 image import fields, scale image to fit, position x/yblack on white or white on black foreground and backgroundsave image in multiple formatssave configuration for loading/modifying later You can see what I did above, took me about 1 minute. I pulled a random black and white shack image off the net (no idea what it's original size was), added some text in different fonts, positioned everything and done.Here is another example that is very easy but very specific about a made up (and does not look realistic) build (theme): I cut and pasted the ?? symbol off the net ( you can do this with almost any text symbol).There is also an image bit editor which allows you to change individual bit colors or quickly invert the entire image: I would consider this early Beta code as it has only been tested by me to date. I'll try to make updates and changes as needed but make no promises (thus the source code is available). The C# Windows Form application was developed in in Visual Studio 2012. It is a fairly simple app. Plus I developed this without plans for anyone else to use it, so I did not worry about error checking too much in this build.Feel free to download a play with it. For those that want to source, I've provided a link as well. They are clean files, but if you want to scan them there are various online scanners like Online Virus Scanner.Links:Application V1Application V1.1Application V1.1.02SourceSource V1.1.02Version History:1 Release1.1added text rotation, can rotate text 360 degreesadded image rotation and scaling (still need to fix clipping image when rotating) (breaking)1.1.01increased x/y positioning values from +/- 100 to +/- 1000fixed rotation limits on image 2modified image and text rendering, fixed text pixel offset (breaking)added preview checkbox, some font is too big to view in textbox when formated1.1.02added simple image pixel editoradded render quality checkbox option for imagesTODO: - (DONE) add pixel editorfix image clippingadd Save InverseDisclaimer: The use of the software downloaded through the links provided is done at your own discretion and risk and with agreement that you will be solely responsible for any damage to your computer system or loss of data that results from such activities. Software is provided 'as is' without warranty of any kind, either express or implied. 3 1 Link to comment Share on other sites More sharing options...
black lace Posted December 4, 2015 Report Share Posted December 4, 2015 will av a look at that wen I get owm, am on mobil at the moment, looks awesome our mate................ Link to comment Share on other sites More sharing options...
jj_9 Posted December 4, 2015 Report Share Posted December 4, 2015 Thank you very much !Very nice from you to share :-)And openSourcing is the ++ elegant touch !RegardsJJ Link to comment Share on other sites More sharing options...
UKDTweak Posted December 4, 2015 Report Share Posted December 4, 2015 I think this is a fantastic idea and will help some of the people new to the DNA as we see so many requests for custom screens and how to do it and this is quick and simple looking, looking forward to play with it to see, well done and thanks for sharing EDIT: are there any additional files requires such as Visual studio installed? it wont run on my W10 install, i select it and hit enter, see the working icon for a second and then nothing, even tried with task manager open and cannot see any new tasks starting.Comparability checker failed to find a working mode either. Link to comment Share on other sites More sharing options...
Indi Posted December 4, 2015 Report Share Posted December 4, 2015 Excellent , very cool of you to share , I'll have a little play with this , thx again. Link to comment Share on other sites More sharing options...
Mikla Posted December 4, 2015 Author Report Share Posted December 4, 2015 Oops... sorry folks. It was like 4 or 5 in the morning when I posted that. Forgot to embed a custom Library (font dialog). Both links should be updated with a new build. I tested it on a Windows 8 VM and it worked. It is a stand alone app with no other files required [fingers crossed this time ). Link to comment Share on other sites More sharing options...
jlmr731 Posted December 4, 2015 Report Share Posted December 4, 2015 Very Nice working on windows 10, just quickly played with it and like it. nice to see a live view of the pic as you adjust. Link to comment Share on other sites More sharing options...
awsum140 Posted December 4, 2015 Report Share Posted December 4, 2015 I'll play later today, both on Win10 and Win7. Great idea and sharing makes it even better! My hats, and props, to you Mika! More than well done! Link to comment Share on other sites More sharing options...
UKDTweak Posted December 4, 2015 Report Share Posted December 4, 2015 New version loading fine now on windows 10 here too, thank you. Link to comment Share on other sites More sharing options...
mikepetro Posted December 4, 2015 Report Share Posted December 4, 2015 Awesome contribution, thank you! Link to comment Share on other sites More sharing options...
RoofMonkey911 Posted December 4, 2015 Report Share Posted December 4, 2015 Looks good! Giving it a go in just a few minutes. Link to comment Share on other sites More sharing options...
chronzon Posted December 4, 2015 Report Share Posted December 4, 2015 yayyy... nice to see one of my graphics being used like the idea of the simplified graphics program, makes stuff easier for the non graphic/arty type people.takes me back to the nokia graphics of old... Link to comment Share on other sites More sharing options...
Mikla Posted December 4, 2015 Author Report Share Posted December 4, 2015 Oh crap... meant to thank you and recognize you for the graphic... my bad... Thanks! Link to comment Share on other sites More sharing options...
chronzon Posted December 5, 2015 Report Share Posted December 5, 2015 s'no problem, glad to see my stuff being used.gives me a bit of a proud lots more on my deviantart acc http://chronzon.deviantart.com/gallery/56960376/Dna200-graphics Link to comment Share on other sites More sharing options...
Joei Posted December 5, 2015 Report Share Posted December 5, 2015 Very nice of you of provide this, I just finished creating my screens, thanks so much! Link to comment Share on other sites More sharing options...
Mikla Posted December 5, 2015 Author Report Share Posted December 5, 2015 Put a link to a new version.- added text rotation, can rotate text 360 degrees- added image rotation and scaling (still need to fix clipping image when rotating)I found myself needing the rotated text. Not sure the image rotation was needed (easy enough to do in almost any image app), but it was fairly straight forward. I have code to avoid the clipping, just got to find it. Left original version up just in case I introduced some bug into this version (it's late). Will put source up tomorrow (later today). Link to comment Share on other sites More sharing options...
Cloudnine Posted December 5, 2015 Report Share Posted December 5, 2015 Thanks! I think by the time mine gets here Tues I will be ready to do some things with your help! Link to comment Share on other sites More sharing options...
Ekaven Posted December 5, 2015 Report Share Posted December 5, 2015 Just a little bug report. I haven't tried v1 but on v1.1 the image preview does not exactly match the resulting image when saved. It's just a couple pixels off from both top and bottom sides and left and right sides. It's easy to work around and this is a great app you have created. Now I can make all my Steelfish font themes without messing with paint over and over! Link to comment Share on other sites More sharing options...
nomad2000 Posted December 5, 2015 Report Share Posted December 5, 2015 awesome~~~~~~,hah, thanks so much Link to comment Share on other sites More sharing options...
Mikla Posted December 5, 2015 Author Report Share Posted December 5, 2015 Ekaven said:Just a little bug report. I haven't tried v1 but on v1.1 the image preview does not exactly match the resulting image when saved. It's just a couple pixels off from both top and bottom sides and left and right sides. It's easy to work around and this is a great app you have created. Now I can make all my Steelfish font themes without messing with paint over and over! Good catch. I think that is a rendering vs image creation issue. I believe I know how fix it... will take a look Thanks! Link to comment Share on other sites More sharing options...
Flaskmaster Posted December 5, 2015 Report Share Posted December 5, 2015 Your efforts are greatly appreciated. You're terrific for doing this Mikla! Link to comment Share on other sites More sharing options...
Mikla Posted December 6, 2015 Author Report Share Posted December 6, 2015 Updated first post with new version. Added pixel level magnified image editor, fixed a bug and a few other things. Version notes are now in the first post as well. Some of the changes are breaking... meaning that if you load a cfg file it will look a little different so adjustments will be required. Things like font and some of the image quality areas were improved to give accurate sizes and better images... even in black and white Link to comment Share on other sites More sharing options...
TrueVapers Posted December 6, 2015 Report Share Posted December 6, 2015 Mirror on my German and English DNA200 Theme page .http://dna200-themes.de/dna200-screen-theme-generator/Thanks to Mikla for permission ! Link to comment Share on other sites More sharing options...
Thatguy Posted December 9, 2015 Report Share Posted December 9, 2015 super cool, thanks bud! Link to comment Share on other sites More sharing options...
tizzl10 Posted December 9, 2015 Report Share Posted December 9, 2015 sweet...thanks for creating this! will have to try it out. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now