Custom Components

May 22, 2020 ยท View on GitHub

You also can change how to process the image and how to get the image files through ImageLoader and ImageFileLoader To change this, simply set it on ImagePickerComponentHolder

ImagePickerComponentHolder.getInstance()
	.setImageLoader(new GrayScaleImageLoader())
	.setImageFileLoader(new WebpImageFileLoader())

Happy coding!