Anton Karpov

Results 21 comments of Anton Karpov

@hipstersmoothie please review this PR I've checked that this change works locally

Hi will try to find the reason. Have you tried to debug it? first thing I see is that you don't need to have blob type for images in DB...

Hi, thanks unfourtunately it is not possible. you can only create multiple crops for the same image but you can create your own behavior, inherit it from CropImageUploadBehavior and override...

Hi hphuoclam ‘on’=>[‘insert’,’update’] means that this validation rule will work only for 'insert' and 'update' scenarios ‘scenarios’=>[‘insert’,’update’] means the same for CropImageUploadBehavior so to make uploading files work you should...

please check https://github.com/karpoff/yii2-test-examples I've added an example how you can work with crop widget

maestre19, I suggest you not to change extension files It's better to add 'scenarios' => ['default'] to behavior properties in Model file I've added default scenario as default value so...

iyoba, have you checked https://github.com/karpoff/yii2-test-examples ? can you share code where you use this behavior somewhere (model and controller where you update it)? Actually I haven't checked image quality. I...

please also share contoller code you use for saving data

iyoba, this should be fixed now for setting image quality use save_options behavior attribute (for separate crop or for all) http://imagine.readthedocs.org/en/latest/usage/introduction.html#save-images here is docs how it can configured

Hi I can't catch this error but I've added some additional checks to prevent it could you check it?