Multiple Image Resizes at once in Codeigniter , won't work

后端 未结 2 732
南方客
南方客 2021-01-17 02:54

I am trying to upload images and re-size them in different dimensions within the same function. but what happens is that only one re-size works and the others don\'t . My co

2条回答
  •  无人共我
    2021-01-17 03:22

    You will need to make sure that you call $this->image_lib->clear(); as it resets the initialization of the image manipulation class. See: http://codeigniter.com/user_guide/libraries/image_lib.html

提交回复
热议问题