Code

Discussion on Pixie - Image Editor

Discussion on Pixie - Image Editor

By
Cart 3,620 sales

Vebto supports this item

Supported

1312 comments found.

Hi,

Great plugin. Can i install this on my server and use by any site visitors freely ? or it is available only for me.

Thanks

Hi,

It can be used by any site visitor.

Hi, Is there any update scheduled for pixie?Thanks

Hi, Not an approximate date? One week, one month. Because for longer deadlines, the answer is no instead of yes. Thanks

It should be available sometime next month.

Thanks. :)

Hi, I can’t get the angular application started from the source directory. I run npm install -g @ angular / cli and ng serve but the app gets stuck on the preloader. Is it possible to receive assistance on this error?

This is error : Uncaught Error: Can’t resolve all parameters for CanvasStateService: (?). at syntaxError (compiler.js: 2430)

Thank you.

Hi,

Use “npm start” instead of “ng serve”, it should work properly then.

Ok thanks, now work!

Ive contacted your support several times with the problem below. No reply for 3 weeks now. Does anyone maintain this plugin at all?

We wanted to run the angular project. We run the npm install, and when wanted to start the project, we got this error message.

“ERROR in src/common/admin/billing/subscriptions/crupdate-subscription-modal/crupdate-subscription-modal.component.ts(202,9): error TS2322: Type ‘Observable<{}>’ is not assignable to type ‘Observable<User[]>’. Type ‘{}’ is not assignable to type ‘User[]’:”

The built version is working, but we must have to make some changes for our Client, and it needs to be opened by a Typescript project in Visual Studio, and we have to able to compile it. What causes this problem and how to resolve it. Others had this problem before and then you asked them to contact support. Now I contacted support several times but my enquiry seems to be ignored.

Hi,

I can only find one ticket from you created several months ago. Did you create a new ticket regarding this via our support site?

As for the issue, try deleting “src/common/admin” folder, that should fix it.

Layers button does not appear on mobile devices

Hi,

This will be improved with next update.

Hi, I opened several ticks, some issues are pending resolution and promised for future udates. Any predictions of a new update? Thanks

Hi,

We’ve no exact date for the update yet.

hi, I’m interested to purchase, but would it conflict with any other plugins such as https://sweetalert2.github.io/ ? i need both PIXIE and sweetalert2 to work within the same page. Thanks for your response.

Hi,

Pixie should not conflict with other plugins.

Hi, I would like to know if it is possible to integrate PIXIE with MVC .NET I have problems loading pixie scripts with MVC paths. Do you have any such example? Thank you very much and greetings

Hi,

It’s hard to say what is the issue exactly without taking a look. Please create a ticket regarding this on our support site and include your site url: https://support.vebto.com.

Thanks!

Hello,

I bought the Pixie image editor and I wanted to solve some issues related to the export process and customization of the toolbar icons.

I want to be able to export an image as SVG, but I couldn’t find in the documentation how to do it: it only shows how to export into either jpeg, png, json (the whole state of the editor) or base64. However, you mentioned in the comment section approx. 4 months ago in a reply to a user with a similar request that the export as SVG option is available using the pixie API.

Can you please show me how to use the pixie API to enable users to export as SVG?

Also I would like to know how can I change the default editor icons (Filter, Resize, Crop, Draw, Text, Shapes, Stickers, etc.) from the toolbar. When I try to replace them with SVGs exported using Adobe Illustrator it doesn’t work: the icons just doesn’t show; I used Inspect Element in Chrome and I noticed that there was nothing loaded there (mat-icon tag is empty).

Thank you very much, I’m waiting for your reply!

Hi,

Please create a ticket regarding this on our support site: https://support.vebto.com.

Thanks!

Hello, I am interested in to buying this script, but i want to know if i can add text content to this template to be seo optimization. Tell me the truth please

Hi,

Yes, you can add any custom tags you might need (include seo) inside the html file.

Hello Vetbo,

I couldn’t find the call for overlay an image with another image in the documentation, am I missing something?

Hi,

You can use “openFile” method of import tool for this.

It worked, thanks!

can I make the zoom to 100% explicitly when clicking the Save button..??

Hi,

Zoom does not affect the saved image, it will be in its original size (or new size after resizing).

how to show this inside bootstrap modal when a button is clicked?

It’s hard to say what is causing that exactly without taking a look. Could you include the current pixie code you are using currently in the ticket instead.

var pixie = new Pixie({ ui: { visible: false, mode: ‘overlay’, openImageDialog: { show: true }, blankCanvasSize:{ width:800, height:600 }, } });

Can’t seem to be able to reproduce that issue. Does it work properly when not inside bootstrap modal?

hi author, thanks for good tool, i have few questions

how to config menu items that visible after selecting an object – text or image, ie remove color, shadow, outline etc but add own buttons\imputs…

how to remove settings from the floating-object-controls as it do nothing…

delete key bindings seems does not works – i using chrome at mac,

history getAllItems do not known function

when trying to add history item to repeat same functionality when opening overlay image i can see empty line in the history box and can`t redo\undo by clicking there

some error appear when adding text and without applying click on another object and then outside

i am developer…not person who purchase the tool %) ...and when register recently my account at envate did not receive confirmation link but request few times – support page asking to finish registration but no luck…so far it is quite hard to get in :D anyway i think it is good questions for everyone to see the answer – let discuss this publicly

We are not able to provide support without a valid purchase code unfortunately. If you are having an issue with registration on our support site, you can send us a message via contact form in our profile page here on CodeCanyon and include purchase code there.

Same problem demo is not working. When will there be an update of this module? last update was feb 2019.

Hi,

Demo should work properly now. We’ve no exact date for update yet unfortunately.

I am unable to check demo of plugin https://prnt.sc/ov0z6i , Please share another link

There was an issue indeed. Try the demo now.

As for jquery/bootstrap, yes it’s compatible.

Can i save layers while working and resume the work after some time?

Yes, you can find an example for saving and loading state here: https://support.vebto.com/help-center/articles/10/11/36/saving-state

Hi, compliments for the nice component.

I have a problem when i open the editor two times,

1) Open the editor, the image appear 2) Close the editor ( The resources remains loaded into the browser ) 3) open again the editor, the image does not appear !! 4) refresh the browser page. 5) Open the editor, the image appear correctly.

this is my code.

pixie = new Pixie({    
    baseUrl:baseUrl,
    ui: {                    
        theme: 'light',
        crossOrigin: true,
            showExportPanel: false,
            openImageDialog: false,
            toolbar: {
                hide: false,
                hideOpenButton: true,
                hideSaveButton: true,
                hideCloseButton: true
            },
    },
    onLoad: function() {
        setTimeout(function () {
            pixie.openEditorWithImage(imageUrl);
        }, 300);    
    }
});

Can you provide support ?

Thanks

Hi,

Instead of having two instances of pixie on the page, you should use “pixie.resetEditor({image: ‘new-image.jpg’})” to load new image.

If you have any other issues or questions, please create a ticket on our support site and include your site url (if possible): https://support.vebto.com.

Thanks!

Hello there I saw you make a call to save the state to the server side. Does the source code also include the server side scripts?

Hi,

Pixie is client side only, how you store/retrieve images on the server is up to your application or site.

before I purchase this tool I want to know can I add my own tools in future if I want to ? and also can I ad menu bar with drop down menu like at the top blue bar ??

Hi,

You can, but depending on what specifically you want to add, it might requires some custom modifications.

Resize can not be used from mobile devices, the keyboard hides.

Can you correct for with the next update ?

Thanks! Vebto

My phone screen size: 5.5 feet

Photo Demo: https://ibb.co/yF4s4Ry

Hi,

There seems to be an issue indeed. It will be fixed with next update.

Thanks…fix bug.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey