converting .*fig image in to text file
Mostrar comentarios más antiguos
i have to convert the attached .*fig grayscale image in to text file
2 comentarios
Sabarinathan Vadivelu
el 7 de Mayo de 2015
What application created the .fig file? Was it MATLAB'S GUIDE? If so, that is not a regular image file like bmp, tiff, jpg, png, etc. How was this "image" saved? Can you change the way it is saved so that it saves it as a regular jpg image file format like you really want?
Guillaume
el 7 de Mayo de 2015
@Sabarinathan, I totally agree with your comment except for the suggestion of using jpg for the image format.
JPEG is totally unsuitable for accurately preserving the value of each pixel due to the lossy compression. With this image in particular, the fine checkerboard pattern would be ruined by JPEG. PNG is a much better format for this. Non-lossy and still good compression.
Respuestas (0)
Categorías
Más información sobre Printing and Saving en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!