Display png files

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Display png files

tstalzer
Hi

We have an "old-fashioned" editor in our application where we need to display some .png files. For various formats (e.g. JPEG) parsers exist in VA/SMalltalk . However, apart from writing a DLL to do the parsing, any ideas on how to display a .png file in a window?

Regards

Thomas

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|

Re: Display png files

Marten Feldtmann-2
You could use my FreeImage wrapper - at least under windows - which allows you to load many, many image formats (even multi page tiff files) and convert them into the VA native image format and then you might display them.

Under Linux I had problems viewing these converted images - they were inverted ...


Am Mittwoch, 29. Mai 2013 22:51:49 UTC+2 schrieb tstalzer:
Hi

We have an "old-fashioned" editor in our application where we need to display some .png files. For various formats (e.g. JPEG) parsers exist in VA/SMalltalk . However, apart from writing a DLL to do the parsing, any ideas on how to display a .png file in a window?

Regards

Thomas

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|

Re: Display png files

tstalzer
Thanks Marten !

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.