is there anyway to have thumbnail image 50×50 in csv and xml? I’m using grails.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can convert the image to Base64 and embed the byte data. This is sometimes done in css and other mediums like databases. Here is a simple example…
encoding an image to CSV file…
decoding the image is also easy…