wazapp icon indicating copy to clipboard operation
wazapp copied to clipboard

Image cropper

Open CODeRUS opened this issue 13 years ago • 3 comments

implemented image cropper for profile picture, group picture and background selectors. initial InteractionArea.qml implementation by @knobtviker

CODeRUS avatar Nov 20 '12 21:11 CODeRUS

I just don't like changing setGroupPicture(string jid, string file); to setGroupPicture(string jid)

Any pre-processing for pictures shouldn't have affected these methods.

same for setMyProfilePicture

tgalal avatar Dec 08 '12 14:12 tgalal

i just didnt wanted to produce so many parameters for each function. but i can send all parametersm, using by transformPicture thru setXXXPicture function, if need

CODeRUS avatar Dec 08 '12 14:12 CODeRUS

I guess you are right, I think it might be too much to send it to each picture-related function. Maybe there is a better way. Let me check, I'll take care of it.

tgalal avatar Dec 08 '12 14:12 tgalal