Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Image Processing

  1. #1
    Junior Member
    Join Date
    Mar 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Processing

    Dear Sir/Madam,

    Firstly, I am sorry if the thread ( my post ) already exist,if so kindly refer me that post. I have searched already about my problem but i could not find solution.

    Secondly, i describe about my problem here.
    i have to read a image ( which is stored in binary format) from server ( php - xampp) . i am using Applet to read image (binary file) from server and i have to convert into original image then i have to take print out.

    Kindly help me out. Thanks in advance.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Image Processing

    That's not really how this works. What have you tried? Where are you stuck? What worked, and what didn't work? How didn't it work? Be specific, post an SSCCE demonstrating what you're talking about, and we'll go from there.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Image Processing

    What image format is it? JPEG? PNG? Raw RGB data?

    And you have to print it out to what? A physical printer? A local image file?

    The more details the better.

  4. #4
    Junior Member
    Join Date
    Mar 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Image Processing

    Dear Sir,

    Thank you for your reply. A image file has been converted into binary ( for security purpose, image will not be sent directly to client(applet) so that image has been converted into binary format ). My applet will listen or by sending request, it will read binary image format file in stream and keep it in applet.

    Then i have to convert this binary image file into ordinary .jpg file and take printout.

    Hope i explained my problem clearly.

    Could you please help me how to solve this problem....i am in need.
    Thanks in advance.

  5. #5
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Image Processing

    Quote Originally Posted by subash View Post
    Could you please help me how to solve this problem....i am in need.
    You haven't actually explained a problem, just a requirement. What have you tried? Where are you stuck?

    It's hard to answer "how do I do this" type questions other than to point you to google and the basic tutorials.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Porting from Processing IDE to Eclipse
    By kafka82 in forum What's Wrong With My Code?
    Replies: 12
    Last Post: June 4th, 2011, 10:18 AM
  2. Replies: 2
    Last Post: February 14th, 2011, 05:36 PM
  3. Signal processing API.
    By ivanloes in forum Java Theory & Questions
    Replies: 4
    Last Post: December 18th, 2010, 05:56 PM
  4. token-based processing
    By amandat in forum What's Wrong With My Code?
    Replies: 0
    Last Post: October 21st, 2010, 12:05 AM
  5. ERROR WHILE PROCESSING JSF FILE
    By Pankaj in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: July 10th, 2010, 12:42 AM

Tags for this Thread