Easy image v1 converter suports loading and saving: bmp tga png jpg pcx

Discussion in 'Utilities Archive' started by Sonic master, Jun 27, 2010.

Thread Status:
Not open for further replies.
  1. Sonic master

    Sonic master Well-Known Member Member

    Joined:
    Mar 27, 2010
    Messages:
    303
    Hello I have made your days of soned 2 easier.If your image editor does not support pcx then you can use this program to convert to any supported formats and back again.


    All you have to do is make a bat file in it must have:


    easy_image.exe "file location in double quotes" "save path including .file type"


    Then you have got it a converted image.


    Note:


    To exit press any key.


    Download


    download!


    screenshot not much to see just displaces the image if bigger than 640 x 480 the image goes off the screen but all of it still saves.


    [​IMG]
     
    Last edited by a moderator: Jun 29, 2010
  2. theocas

    theocas #! Member

    Joined:
    Apr 10, 2010
    Messages:
    375
    This will definitely be useful for me. May I ask why you didn't just put in a toolbar or a Menu with an Open, Save, Save As and Exit option? If you want, I could code up a quick Java wrapper to call the shell with the right args if you wanted.
     
  3. FireRat

    FireRat Do Not Interact With This User, Anywhere!!! Exiled

    Joined:
    Oct 31, 2009
    Messages:
    535
    That's awesome!!


    To edit my levels, I edit pixel by pixel xD
     
  4. Sonic master

    Sonic master Well-Known Member Member

    Joined:
    Mar 27, 2010
    Messages:
    303
    This is written in c++ using the allegro game program library and jpgalleg and loadpng not java.There are gui stuff but I do not know how to use the load file button.
     
  5. theocas

    theocas #! Member

    Joined:
    Apr 10, 2010
    Messages:
    375
    What I meant was that I could code up a wrapper program that gives the user the option to pick a file to open and save, and then launch your Application by invoking it from the command line. Sorry if I was unclear.
     
  6. OrdosAlpha

    OrdosAlpha RIGHT! Naebody move! Root Admin

    Joined:
    Aug 5, 2007
    Messages:
    1,793
    Location:
    Glasgow, Scotland
    I just use GIMP.
     
  7. theocas

    theocas #! Member

    Joined:
    Apr 10, 2010
    Messages:
    375
    Yes, GIMP is a nice app, and it does the job, but Sonic master's app is intended to simplify the task even more. Starting up Gimp takes a few seconds, whereas with his app, you launch it, press a button and be done with it. That can be done in a second or so. That would make things a few seconds faster, but those seconds will add up and let users have more time making layouts or editing ASM. Just a little more time, but some.
     
  8. OrdosAlpha

    OrdosAlpha RIGHT! Naebody move! Root Admin

    Joined:
    Aug 5, 2007
    Messages:
    1,793
    Location:
    Glasgow, Scotland
    IrfanView.
     
  9. Sonic master

    Sonic master Well-Known Member Member

    Joined:
    Mar 27, 2010
    Messages:
    303
    That would be great if you could make a gui for it! argv[1] is the file that it opens argv[2] is the saving file name.
     
  10. EMK-20218

    EMK-20218 The Fuss Maker Exiled

    Joined:
    Aug 8, 2008
    Messages:
    1,067
    Location:
    Jardim Capelinha, São Paulo
    IRfanView --> Reduce Image to 256 colors --> Save as PCX. Yup, Ordos... I agree on you. Also, this is my way. ;D
     
  11. OrdosAlpha

    OrdosAlpha RIGHT! Naebody move! Root Admin

    Joined:
    Aug 5, 2007
    Messages:
    1,793
    Location:
    Glasgow, Scotland
    IrfanView's batch conversion option makes it ideal for converting several image files in one go.
     
  12. Selbi

    Selbi The Euphonic Mess Member

    Joined:
    Jul 20, 2008
    Messages:
    2,429
    Location:
    Northern Germany
    Slightly off-topic: Does anyone know why SonED2 actually only supports this shitty and pretty much unused graphic format and not PNGs or at least BMPs?
     
  13. OrdosAlpha

    OrdosAlpha RIGHT! Naebody move! Root Admin

    Joined:
    Aug 5, 2007
    Messages:
    1,793
    Location:
    Glasgow, Scotland
    Ask Stealth about that. Though, I wouldn't say PCX was a crap format, in its day it was handy. But, I do agree that it's now obsolete.
     
    Last edited by a moderator: Jul 2, 2010
  14. MarkeyJester

    MarkeyJester ♡ ! Member

    Joined:
    Jun 27, 2009
    Messages:
    2,867
    I believe it's due to the palette system, being able to change a single colour in the palette allows changes of ALL graphics (Including the object's graphics) without having to modify them, had they have been in PNG, changing their colour would probably take a lot of time.
     
  15. theocas

    theocas #! Member

    Joined:
    Apr 10, 2010
    Messages:
    375
    Basically, PCX was only chosen because Stealth was too lazy to program PNG or BMP support? GIF would work since you can save it with a pallet.
     
  16. Sonic master

    Sonic master Well-Known Member Member

    Joined:
    Mar 27, 2010
    Messages:
    303
    I think the reason why no other formats are supported is because soned2 does not use a library with the other formats support.
     
Thread Status:
Not open for further replies.