Web Design and Web Development Forum

  1. #1
    Join Date
    Jun 2005
    Location
    California, USA
    Age
    22
    Posts
    2,821
    Rep Power
    0
  2. Mau is on a distinguished road
  3. Inkscape: Export as JPEG?

    Hi guys,
    Does anyone know of a way for inkscape to export as a JPEG? IE doesn't like PNG's that much...
    Reply With Quote Reply With Quote
  4. #2
    hot_cakes's Avatar
    Join Date
    Aug 2005
    Location
    Bristol, UK
    Age
    30
    Posts
    2,913
    Rep Power
    9
  5. hot_cakes will become famous soon enough
  6. Re: Inkscape: Export as JPEG?

    I don't think it can, though you could try creating a Python plugin to add the functionality. I usually end up importing the SVG in to GIMP and doing conversions there :/

    Edd
    Visit me at: mr-edd.co.uk
    Languages: Python | Lua
    Compilers: MinGW | MSVC++9
    Libraries: Boost | gtkmm
    Reference: Dinkumware | a.c.l.l.c-c++ FAQ
    Reply With Quote Reply With Quote
  7. #3
    Join Date
    Jun 2005
    Location
    California, USA
    Age
    22
    Posts
    2,821
    Rep Power
    0
  8. Mau is on a distinguished road
  9. Re: Inkscape: Export as JPEG?

    I ended up just exporting as a PNG and using ImageMagick to convert it to a JPEG:
    Code:
    $ convert image.png image.jpg
    Reply With Quote Reply With Quote
  10. #4
    Join Date
    Mar 2006
    Location
    Toronto, Ontario
    Posts
    2,270
    Rep Power
    9
  11. Nick Presta is on a distinguished road
  12. Re: Inkscape: Export as JPEG?

    Quote hot_cakes originally posted: View Post
    I don't think it can, though you could try creating a Python plugin to add the functionality. I usually end up importing the SVG in to GIMP and doing conversions there :/

    Edd
    This is normally how I do it too. However, ImageMagick seems to work well.
    Reply With Quote Reply With Quote

Similar Threads

  1. C++ JPEG loading library
    By hot_cakes in forum C and C++ Programming
    Replies: 18
    Last Post: 07-08-2006, 11:36 AM