I want to create a simple app that prints selected pictures into preset passports size. I want to use Java. How can I start that | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I want to create a simple app that prints selected pictures into preset passports size. I want to use Java. How can I start that

I want to have this as a project to enhance my coding skills. An app like Epson Easy Photo Print or Passport Photomaker.

23rd Mar 2018, 3:50 PM
Simon Nyongesa
Simon Nyongesa - avatar
3 Answers
+ 2
mmm I don't know those apps, sorry :'( but I can tell you a way to use images in java 1) Using the libraries "awt" and "swing" for graphic design 2) You will know about something called "labels", what you can do is puting an image into them and resize these labels. It's an easier way to work with images in Java I hope this can help you Greetings :))
24th Mar 2018, 1:23 AM
jaaxdev
jaaxdev - avatar
+ 1
you can use processing to resize/crop an image and create a pdf that can be printed by launcing command line instruction from within the app itself. https://processing.org https://processing.org/reference/image_.html
23rd Mar 2018, 9:12 PM
seamiki
seamiki - avatar
0
I am sorry but I have not started Java tutorial and please follow me😙
23rd Mar 2018, 5:23 PM
Akinlolu Tobi
Akinlolu Tobi - avatar