convert base 64 code to Image/ImageIcon
807569Jun 17 2006 — edited Jun 17 2006Hi,
suppose we have a base 64 code characters that we need to process and convert to Image file
i suppose we need first to convert base 64 code to byte array then convert byte array to image. is that right ?
can someone describe me how to implement this feature ?
thankin you.