i am trying to convert bitmap into a libGDX Texture by converting:
Bitmap
byte[]
you have to code on a new thread because pixmap class takes time for byte conversion and sometimes returns a temporary pixmap in case the process hasnt finished so its better to run on a seperate thread and your problem will be solved.