radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Implemented

Export bounding box only

Hi,


I really would like to see the export functions to be changed. Currently the entire design area is being exported and I only want to export the items within the bounding box. All my products use the same bounding box.


See screenshot. The door is the area where the design is, the doorframe is the bounding box. When exporting the order design from WooCommerce I only want the door including all layers to be exported, not the background area.


Please include this in a next version.


Cheers,
Jaap

jpg

19 people like this idea

Indeed, it's a great plugin. However, the idea of exporting the bounding box only makes sense, even if the plugin is only $50.

We've also mentioned in numerous posts (as customers/users) that the developer should/would have to increase prices if things like enhanced PDF handling and such are added. Thus, nobody is advocating that the developer should continue to charge only $50 if improvements continue to be made. However, many of the show-stopping issues that the developer has planned to address have not been addressed over the last year or so. Though we understand that things take time to accomplish, we would also liked to be informed on the progress the developer is making. We, as customers, also have businesses to run where time is money. If things cannot be accomplished, then we have to look elsewhere, albeit it costs us more money.


 

@Joao – The option to Exclude from Export is selected in the Product Builder > Modifications. And this function works, but it still exports the entire stage, instead of the area we need, putting a lot of strain on the server. I get a lot of empty Zero KB files when I try to create/download the file.

Another example of how this plugin isn't developed with production in mind: To get a regular size print area for a t-shirt in 300 dpi (standard quality), I had to increase the standard point-size of the text from 18 to a whopping 300 pt!


And because of that, I can't use the Curved Text function – it's not set to handle that size, so it just gives me all the letters on top of each other :-(

Well, in Radykal's defence, I have been with the plugin for a while now and I can say without a doubt that it has been a very huge development. A year ago the plugin was very different from now and now it is much better.


In your defence, I do agree with everything you said. I too work with printing industry. I too would gladly pay a lot more for a functioning solution made for printing industry. A lot of people have already suggest Radykal the same. What I don't understand is why he doesn't develop it and sell it at a proper price, since there is clearly a market and a demand for it.


I have made a job interview on Monday, if everything goes well we will soon have a programmer making these print industry specific changes we so badly need.

Also, the documentation needs a clear update! Thanks for the update on the "Exclude from export" function. Thank you very much! :)

Agreed. From reading the documentation, it's easy to see he has implemented a lot of requests and done a good job with it. And I am sure he'll find a solution for this issue as well. Which is why I am airing my frustration here, and not in the CodeCanyon comments.


I'm just a little upset right now from having spent a lot of time trying to get this set up, only to get this issue with the files in the end. I guess we'll have to find someone to look into it on our own as well. Still a great plugin I'll try to use and would pay to see grow. Keep it up, Radykal! :-)

We have implemented the export bounding box only to our custom system (jquery version), really satisfied with the plugin. (Of course for huge prints you have to set a huge canvas size, but you can use multiplier 2 or 5 to get a high res picture. (But this is just a high res, you have to set the canvas too beause the quality will be not enough good)


Our  solution was (for ex a mug):

1600 x 1200 px canvas

If a customer customizes his design the system will crop out the bonding box's content and saves it as png. The quality is enough for a mug, or a snow ball etc, (smaller gifts).




Stanley, please do your homework! Read the threads in the forum! Most of us - if not all of us - are willing to pay more for that function!

 

We have been working on a new solution the last months, that will move Fancy Product Designer forward. I am going to release a beta the next days and some of you have the opportunity to test it. 


Sorry for the delay.....but all of these highly discussed threads will be addresses in the new solution.

Thumbs up Radykal! I Cannot say how much I am looking forward for it! My company has been holding up a big investment waiting for this update. It will be mostly welcome, $ 50 or more!

Keep up the really good work and keep us updated! :)

Yes – anything to report, Radykal or Johnny?

Brent, can you use your canvas as the bounding box? Or is your box now rectangle/square. Andreas, what size is the item youre trying to print. Yes the scale up function doesnt always work when saving in browser, but Ive been able to scale less, until it worked, and got a great result up to 70 inches x 12 inches.

You can easily remove the layers you do not need in the order viewer and then export it.

 I use the jQuery version of FPD on a Magento store and I was able to add this feature myself even though I have only a little knowledge of javascript and jQuery (I posted my code on this thread over a year ago).


If you want to see it in action, go to http://www.personalizedpartyinvites.com/shop/nightclub-dj-dance-party-vip-pass-invitation-w-lanyard-blue.html?customize=1

Click the "Add to Cart" button. You will see a confirmation pop-up that has a preview image of the design. You'll notice the preview image is only of the area I chose to export, not the entire staging area.


I should explain that I don't allow customers to export print quality jpg files on the frontend, but I use the exact same code, only with a smaller scale factor, to generate a small preview image before they add it to the cart.  After the customer clicks the "Yes, It's correct" button on the confirmation page, the full size print ready image is also saved in a folder on my server and the url to the image is passed along with the order information (but hidden from customers on the frontend). In my admin, I can download the print ready file from the url or open the design in FPD for further editing and save a new print ready jpg or png file. Unfortunately, I'm unable to give access to my admin page.


Again, I'm using the jQuery version of the plugin, but I also have the Woocommerce version for another website that I'm working on. The underlying code is the same for both so I know it can be implemented on the Woocommerce version as well.


FPD is basically just a skin for FabricJS. I was able to put my export code together by looking at the FabricJS documentation, FabricJS forums and reading FabricJS questions and answers on stackoverflow.com . Stackoverflow is VERY helpful.


I hope a suitable export feature is added to FPD soon! Good luck to you all!







I would also really love to see this feature on the frontend when the customer clicks the download button they would get a cropped file, as well as on the Admin side. I am using the Wordpress version.


I tried to implement Adrienne's solution, but had no luck using the latest version of FPD.


Any progress on this? I am getting ready to develop a new site that will need this functionality.


Thanks for a great plugin, this would make it even better for me!

createImage 

( openInBlankPage= true  forceDownload=false backgroundColor=transparent  options )


Multiplier : Multiplier to scale by



This is from the doc.


This is just the option which you can find in WP version (it is already implemented in it as "scale" when you export image)